shithub: scc

ref: 51080ade62c1b8dbc93b8fa5e39c9db5233ef48d
dir: /tests/execute/0110-typedefcast.c/

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

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