0022-cpp-if.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
       ---
       0022-cpp-if.c (74B)
       ---
            1 #if 3 != (1,2,3)
            2    #error 3 != (1,2,3)
            3 #endif
            4 
            5 int
            6 main()
            7 {
            8         return 0;
            9 }