[Clang] Make OpenMP offloading consistently use the bound architecture (#125135)
[llvm-project.git] / flang / test / Preprocessing / backslash-contin1.F90
blobcf2ed36370dab3d3f9381b6d4c4f7daabee54a32
1 ! RUN: %flang -E %s | FileCheck %s
2 print *, \
3   "hello, \
4 world"
5 end
6 !CHECK:      print *, "hello, world"
7 !CHECK:      end