Home
       0023-include.c - scc - simple c99 compiler
  HTML git clone git://git.simple-cc.org/scc
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR 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"