shithub: scc

ref: 98bc946e4cdf9072897f0971067370fe094701d9
dir: /tests/0023-global.c/

View raw version

int x;

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