shithub: scc

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

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