shithub: scc

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

View raw version

int x;

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