shithub: scc

ref: b7e1cae8e53b2a4d9cbaf505927d1abdca22f13d
dir: /tests/execute/0023-global.c/

View raw version
int x;

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