shithub: scc

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

View raw version

int x;

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