0063-define.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
       ---
       0063-define.c (44B)
       ---
            1 #define FOO 0
            2 
            3 int main()
            4 {
            5         return FOO;
            6 }
            7