shithub: scc

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

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

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