shithub: scc

ref: b379ffb5538031f6bc18b5e18c4f7292fd624627
dir: /tests/cc/execute/0023-global.c/

View raw version
int x;

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