shithub: scc

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

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