shithub: scc

ref: 41390429613c2d8ffd2abae7e88d71ef9bfda362
dir: /tests/cc/execute/0121-localinit.c/

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