Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git] / clang / test / Preprocessor / macro-multiline.c
blob664c37cd02a48c736b4bf7f033a61a79515c3b1d
1 // RUN: printf -- "-DX=A\\\\\nTHIS_SHOULD_NOT_EXIST_IN_THE_OUTPUT\n" | xargs %clang -E %s | FileCheck -strict-whitespace %s
3 // Per GCC -D semantics, \n and anything that follows is ignored.
5 // CHECK: {{^START A END$}}
6 START X END