shithub: scc

ref: 0717542bba2021b87f92ab99fbd1851618e17da5
dir: /tests/cc/execute/0121-localinit.c/

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