shithub: scc

ref: 3dfdb8b82809ee38faf7a04cc047f48a52bae3dc
dir: /tests/0023-global.c/

View raw version

int x;

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