shithub: scc

ref: 08abc12db33fbddd1896580e4a08064558e88c0e
dir: /tests/execute/0110-typedefcast.c/

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

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