shithub: scc

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

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

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