shithub: scc

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

View raw version
int x;

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