brintos

brintos / llvm-project-archived public Read only

0
0
Text · 213 B · 1fb25d8 Raw
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