summaryrefslogtreecommitdiff
path: root/test/FileCheck/check-substring-multi-prefix.txt
blob: b7edb8b530e5eece01212eedcebe5e12eb5a0202 (plain)
1
2
3
4
5
6
7
8
9
// RUN: FileCheck -check-prefix=AAAOVERLAP -check-prefix=OVERLAP -input-file %s %s

foo
bar
buzz

OVERLAP: foo
AAAOVERLAP: bar
OVERLAP: buzz