shithub: scc

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

View raw version

typedef int x;

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