13 lines · plain
1# These commands must run under both bash and windows cmd.exe (with GnuWin322# tools).3 4# RUN: echo 'foo bar' \5# RUN: | FileCheck %s6# RUN: echo \7# RUN: 'foo baz' \8# RUN: | FileCheck %s9# RUN: echo 'foo bar' \10# RUN: | FileCheck %s11 12# CHECK: foo bar13