brintos

brintos / llvm-project-archived public Read only

0
0
Text · 221 B · 1e00bcb Raw
12 lines · plain
1# RUN: : first line continued \2# RUN:   to second line3# RUN: echo 'foo bar' \4# RUN: | FileCheck %s5# RUN: echo \6# RUN: 'foo baz' \7# RUN: | FileCheck %s8# RUN: echo 'foo bar' \9# RUN: | FileCheck %s10 11# CHECK: foo bar12