shithub: scc

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

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

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