0001-sanity.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
       ---
       0001-sanity.c (26B)
       ---
            1 int
            2 main()
            3 {
            4         return 0;
            5 }