shithub: scc

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

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