shithub: scc

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

View raw version

typedef int x;

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