shithub: scc

ref: bb770ea4099cb504ed4a500659d330802fb44d9d
dir: /tests/execute/0023-global.c/

View raw version

int x;

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