shithub: scc

ref: 14fcfac5df605f4349cfe6be78ca1cb9c5d6fabe
dir: /tests/0023-global.c/

View raw version

int x;

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