You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// RUN: printf -- "-DX=A\nTHIS_SHOULD_NOT_EXIST_IN_THE_OUTPUT" | xargs -0 %clang -E %s | FileCheck -strict-whitespace %s
|
|
|
|
// Per GCC -D semantics, \n and anything that follows is ignored.
|
|
|
|
// CHECK: {{^START A END$}}
|
|
START X END
|