shithub: scc

ref: 544097136c80b4754ac5905f948b802fdb9e090e
dir: /tests/execute/0110-typedefcast.c/

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

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