0010-extraelif.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
       ---
       0010-extraelif.c (104B)
       ---
            1 /*
            2 PATTERN:
            3 0010-extraelif.c:11: error: #elif without #ifdef/ifndef
            4 .
            5 */
            6 
            7 #if 1
            8 
            9 #else
           10 
           11 #elif 0
           12 
           13 #endif