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