shithub: scc

ref: 35d34bbbcae460ef8fbf579e090223ca22549b2d
dir: /tests/execute/0121-localinit.c/

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