shithub: scc

ref: a0a85448f88882e81a0adfc9bc67c761ccba2a95
dir: /tests/cc/execute/0022-typedef.c/

View raw version
typedef int x;

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