shithub: scc

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

View raw version
int x;

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