shithub: scc

ref: 57cc52be5b9df84c0ffa06b21307577cbc10e32f
dir: /tests/execute/0023-global.c/

View raw version

int x;

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