shithub: scc

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

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