shithub: scc

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

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

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