shithub: scc

ref: 440e24ce81386865be595f5825bc7287d5063ccc
dir: /tests/cc/execute/0110-typedefcast.c/

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

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