shithub: scc

ref: 32cd89a7925cae16302959273a853fe5048cb3c4
dir: /tests/0023-global.c/

View raw version

int x;

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