shithub: scc

ref: 58748e88436a2aaf8915ed30184cb5f9378367a7
dir: /tests/0023-global.c/

View raw version

int x;

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