shithub: scc

ref: dafcc1466cedda9de51c749bdfb04e6c58429765
dir: /tests/execute/0110-typedefcast.c/

View raw version
typedef int myint;
myint x = (myint)1;

int
main(void)
{
	return x-1;
}