1# These commands must run under both bash and windows cmd.exe (with GnuWin32
2# tools).
3
4# RUN: echo 'foo bar' \
5# RUN: | FileCheck %s
6# RUN: echo \
7# RUN: 'foo baz' \
8# RUN: | FileCheck %s
9# RUN: echo 'foo bar' \
10# RUN: | FileCheck %s
11
12# CHECK: foo bar
13