shithub: scc

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

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

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