0002-missinginclude.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
       ---
       0002-missinginclude.c (107B)
       ---
            1 /*
            2 PATTERN:
            3 0002-missinginclude.c:7: error: included file 'MISSING.h' not found
            4 .
            5 */
            6 
            7 #include "MISSING.h"