shithub: scc

ref: 9b360418e28a2e358cfebc2674cf28f7455995ae
dir: /tests/execute/0121-localinit.c/

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