shithub: scc

ref: 2c40b548c9cbc85e2005eb343ae96d94334fbebf
dir: /tests/execute/0110-typedefcast.c/

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

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