shithub: scc

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

View raw version

typedef int x;

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