0104-qbebug.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
       ---
       0104-qbebug.c (69B)
       ---
            1 int
            2 main()
            3 {
            4   int c;
            5   c = 0;
            6   do
            7     ;
            8   while (0);
            9   return c;
           10 }