shithub: scc

ref: 98bc946e4cdf9072897f0971067370fe094701d9
dir: /tests/0022-typedef.c/

View raw version

typedef int x;

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