shithub: scc

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

View raw version

int x;

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