shithub: scc

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

View raw version

int x;

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