Home
       0195-unexpected.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
       ---
       0195-unexpected.c (62B)
       ---
            1 int
            2 main(void)
            3 {
            4         int urmom = 1;
            5 
            6         urmom %= 69;
            7 
            8         return 0;
            9 }