shithub: scc

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

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

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