[WebAssembly] Fix asan issue from https://reviews.llvm.org/D121349
[llvm-project.git] / flang / test / Driver / macro-multiline.F90
blob7703885971e9553a15cc858c8441625f5211994c
1 ! Ensure the end-of-line character and anything that follows after in a macro definition (-D) is ignored.
3 !--------------------------
4 ! FLANG DRIVER (flang)
5 !--------------------------
6 ! RUN: printf -- "-DX=A\\\\\nTHIS_SHOULD_NOT_EXIST_IN_THE_OUTPUT\n" | xargs %flang -E -P %s  2>&1 | FileCheck --strict-whitespace --match-full-lines %s
8 !-----------------------------------------
9 ! FRONTEND FLANG DRIVER (flang_fc1)
10 !-----------------------------------------
11 ! RUN: printf -- "-DX=A\\\\\nTHIS_SHOULD_NOT_EXIST_IN_THE_OUTPUT\n" | xargs %flang_fc1 -E -P %s  2>&1 | FileCheck --strict-whitespace --match-full-lines %s
13 !-------------------------------
14 ! EXPECTED OUTPUT FOR MACRO 'X'
15 !-------------------------------
16 ! CHECK:       START A END
17 ! CHECK-NOT:THIS_SHOULD_NOT_EXIST_IN_THE_OUTPUT
18 ! CHECK-NOT:this_should_not_exist_in_the_output
20        START X END