shithub: scc

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

View raw version

int x;

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