shithub: scc

ref: d23527d9b83c725a054a56fe7f5d956c485129df
dir: /tests/cc/execute/0110-typedefcast.c/

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

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