ox

The Ox programming language, compiler and tools (WIP)
Log | Files | Refs | README | LICENSE

ex-decl-no-init.ox (27B)


      1 void main() {
      2     int i;
      3 }