Home
       0072-cppelif.c - scc - simple c99 compiler
  HTML git clone git://git.simple-cc.org/scc
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
       0072-cppelif.c (71B)
       ---
            1 #if 0
            2 X
            3 #elif 0
            4 X
            5 #elif 1
            6 int x = 0;
            7 #endif
            8 
            9 int
           10 main()
           11 {
           12         return x;
           13 }