ref: a004412434813b0500807d46d09c2d0cef13205d dir: /tests/cc/execute/0184-esc-macro.c/
#define VALUE "ab\"c" int main(void) { const char *value = VALUE; return 0; }