shithub: scc

ref: 836892f765058a8564522719ebac4c083ee92a47
dir: /tests/execute/0022-typedef.c/

View raw version

typedef int x;

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