[InstCombine] Signed saturation patterns
[llvm-complete.git] / utils / lit / tests / Inputs / shtest-run-at-line / external-shell / line-continuation.txt
blobb11f0d759fe7a38b213e888d9dac0cff92a5f72f
1 # These commands must run under both bash and windows cmd.exe (with GnuWin32
2 # tools).
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
12 # CHECK: foo bar