1// RUN: FileCheck -check-prefix=ONE -check-prefix=TWO -input-file %s %s
2
3foo
4bar
5; ONE-LABEL: {{f}}oo
6; TWO-NEXT: {{b}}ar
7