0184-esc_macro.c (82B)
1 #define VALUE "ab\"c" 2 3 int 4 main(void) 5 { 6 const char *value = VALUE; 7 8 return 0; 9 }