shithub: scc

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

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

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