shithub: scc

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

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

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