shithub: scc

ref: d3898439422b292cc2220d15e5bf227d9a203e47
dir: /tests/0022-typedef.c/

View raw version

typedef int x;

int
main()
{
	x v;
	v = 0;
	return v;
}