llvm/flang/test/Preprocessing/backslash-contin1.F90

! RUN: %flang -E %s | FileCheck %s
print *, \
  "hello, \
world"
end
!CHECK:      print *, "hello, world"
!CHECK:      end