0121-localinit.c - scc - simple c99 compiler
(HTM) git clone git://git.simple-cc.org/scc
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
0121-localinit.c (46B)
---
1 main()
2 {
3 int x[] = { 1, 0 };
4 return x[1];
5 }