shithub: scc

ref: 72415218413b75d436592eab0963a84a27e7974d
dir: /tests/0022-typedef.c/

View raw version

typedef int x;

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