0222-ifdef.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
       ---
       0222-ifdef.c (82B)
       ---
            1 #if 0
            2     #if FOO(1)
            3         ignored
            4     #endif
            5 #endif
            6 
            7 int
            8 main()
            9 {
           10         return 0;
           11 }