scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | README | LICENSE

0121-localinit.c (50B)


      1 int main()
      2 {
      3 	int x[] = { 1, 0 };
      4 	return x[1];
      5 }