shithub: scc

ref: 85246aa9496cda4ba923939682de23b0f44bfaca
dir: /tests/execute/0023-global.c/

View raw version

int x;

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