scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

0009-unmatchedcppelif.c (89B)


      1 /*
      2 PATTERN:
      3 0009-unmatchedcppelif.c:7: error: #elif without #ifdef/ifndef
      4 .
      5 */
      6 
      7 #elif 1
      8