Home
       0185-esc_macro2.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
       ---
       0185-esc_macro2.c (103B)
       ---
            1 #define EXPECT_VALUE         "{[\"-0123456789tfn"
            2 
            3 int
            4 main()
            5 {
            6         char *p = EXPECT_VALUE;
            7 
            8         return 0;
            9 }