shithub: scc

ref: 07094f38b49ec4f867ea7cd8f5d453940e48951c
dir: /tests/execute/0110-typedefcast.c/

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

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