shithub: scc

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

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