shithub: scc

ref: ec4c79f3a6ed97ec0c407a870827382cbefb1166
dir: /tests/cc/execute/0110-typedefcast.c/

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

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