shithub: scc

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

View raw version

int x;

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