shithub: scc

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

View raw version

int x;

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