shithub: scc

ref: 434c646eaa1f91755ec1b329cf276256dea5954d
dir: /tests/execute/0110-typedefcast.c/

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

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