shithub: scc

ref: c73066ae16b32b24682b0e4fe6fe651f8779142d
dir: /tests/0023-global.c/

View raw version

int x;

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