shithub: scc

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

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

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