shithub: scc

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

View raw version
int x;

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