0203-comment.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
       ---
       0203-comment.c (66B)
       ---
            1 int
            2 main(void)
            3 {
            4         if (sizeof("//") != 3)
            5                 return 1;
            6         return 0;
            7 }