shithub: scc

ref: ad726c612004cf5b648f493c17ac90a0d8b0c05e
dir: /tests/execute/0121-localinit.c/

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