shithub: scc

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

View raw version
int x;

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