allwinner_a64/android/external/llvm/test/FileCheck/check-substring-multi-prefix.txt
2018-08-08 16:14:42 +08:00

10 lines
213 B
Text

// RUN: FileCheck -check-prefix=AAAOVERLAP -check-prefix=OVERLAP -input-file %s %s
foo
bar
buzz
// Use regex notation so the checks don't match themselves.
OVERLAP: fo{{o}}
AAAOVERLAP: ba{{r}}
OVERLAP: buz{{z}}