shithub: scc

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

View raw version
typedef int x;

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