shithub: scc

ref: 03a509ea53c752557805c620f6fbcde7c2be9eba
dir: /tests/execute/0023-global.c/

View raw version
int x;

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