shithub: scc

ref: 4fc08c89c81450f1f30e0b58e2579cd4425cee62
dir: /tests/execute/0121-localinit.c/

View raw version
main()
{
	int x[] = { 1, 0 };
	return x[1];
}