shithub: scc

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

View raw version
int x;

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