shithub: scc

ref: 696edcee98fb98ebe43890ca432106b6a168d2f7
dir: /tests/0023-global.c/

View raw version

int x;

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