aboutsummaryrefslogtreecommitdiff
path: root/test/Preprocessor/macro-multiline.c
blob: 526192860cf053ed0b9e511d6effa683e2f95d12 (plain) (blame)
1
2
3
4
5
6
7
// RUN: printf -- "-DX=A\nTHIS_SHOULD_NOT_EXIST_IN_THE_OUTPUT" | xargs -0 %clang -E %s | FileCheck -strict-whitespace %s
// REQUIRES: shell

// Per GCC -D semantics, \n and anything that follows is ignored.

// CHECK: {{^START A END$}}
START X END