shithub: scc

ref: ab99666d785ab77175604d87d9abd204645b040b
dir: /tests/execute/0121-localinit.c/

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