1// RUN: not FileCheck -input-file %s %s
2
3foo
4bar
5; CHECK: foo
6baz
7; CHECK-NEXT: baz
8
9
10