shithub: scc

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

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

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