shithub: scc

ref: 2472ad09ad5d993096556543f2c5ce8f786223c1
dir: /tests/cc/execute/0121-localinit.c/

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