shithub: scc

ref: 802fc685de68e0b4ef93de81a8270f9b3642085b
dir: /tests/execute/0121-localinit.c/

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