Home
       0097-extern.c - scc - simple c99 compiler
  HTML git clone git://git.simple-cc.org/scc
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
       0097-extern.c (41B)
       ---
            1 extern int x;
            2 
            3 int main()
            4 {
            5         return 0;
            6 }