• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# RUN: : first line continued \
2# RUN:   to second line
3# RUN: echo 'foo bar' \
4# RUN: | FileCheck %s
5# RUN: echo \
6# RUN: 'foo baz' \
7# RUN: | FileCheck %s
8# RUN: echo 'foo bar' \
9# RUN: | FileCheck %s
10
11# CHECK: foo bar
12