11 lines · plain
1// RUN: FileCheck -check-prefix=AAAOVERLAP -check-prefix=OVERLAP -input-file %s %s2 3foo4bar5buzz6 7// Use regex notation so the checks don't match themselves.8OVERLAP: fo{{o}}9AAAOVERLAP: ba{{r}}10OVERLAP: buz{{z}}11 1// RUN: FileCheck -check-prefix=AAAOVERLAP -check-prefix=OVERLAP -input-file %s %s2 3foo4bar5buzz6 7// Use regex notation so the checks don't match themselves.8OVERLAP: fo{{o}}9AAAOVERLAP: ba{{r}}10OVERLAP: buz{{z}}11