xref: /llvm-project/llvm/test/FileCheck/check-substring-multi-prefix.txt (revision 4ce6a9322692c3be783e3da9f7ee7a38326434fb)
1// RUN: FileCheck -check-prefix=AAAOVERLAP -check-prefix=OVERLAP -input-file %s %s
2
3foo
4bar
5buzz
6
7// Use regex notation so the checks don't match themselves.
8OVERLAP: fo{{o}}
9AAAOVERLAP: ba{{r}}
10OVERLAP: buz{{z}}
11