shithub: scc

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

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

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