scc

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

0023-include.c (201B)


      1 /*
      2  * Test a comment that goes beyond of the end of an
      3  * included file
      4 PATTERN:
      5 0023-include.h:8: error: unterminated comment
      6 0023-include.c:10: error: #endif expected
      7 .
      8 */
      9 
     10 #include "0023-include.h"