shithub: scc

ref: ddf32b64ea557c2f9f3adec475288cbffc9b12fc
dir: /tests/execute/0023-global.c/

View raw version

int x;

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