shithub: scc

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

View raw version

int x;

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