shithub: scc

ref: c90ecde37fd10246d10b626bb4018ebee34420fc
dir: /tests/0023-global.c/

View raw version

int x;

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