shithub: scc

ref: 268eaf6cf283a9aa48a03d4a5c190ed6f7b39585
dir: /tests/0023-global.c/

View raw version

int x;

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