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