xref: /aosp_15_r20/external/llvm/test/FileCheck/check-substring-multi-prefix.txt (revision 9880d6810fe72a1726cb53787c6711e909410d58)
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