shithub: scc

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

View raw version

int x;

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