check-substring-multi-prefix-2.txt 390 B

1234567891011
  1. ; RUN: FileCheck -check-prefix=FOO -check-prefix=FOOBAR -check-prefix=BARFOO -input-file %s %s
  2. ; RUN: FileCheck -check-prefix=FOOBAR -check-prefix=FOO -check-prefix=BARFOO -input-file %s %s
  3. ; RUN: FileCheck -check-prefix=FOOBAR -check-prefix=BARFOO -check-prefix=FOO -input-file %s %s
  4. this is the match
  5. this is another
  6. FOO
  7. FOOBAR
  8. FOOBAR: this is the {{match}}
  9. BARFOO: this is {{another}}