shithub: scc

ref: 989c106cae3b5870d966b2cc6a83dcad73254ede
dir: /tests/execute/0121-localinit.c/

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