]> git.proxmox.com Git - rustc.git/blob - src/llvm/test/FileCheck/check-substring-multi-prefix.txt
Imported Upstream version 1.0.0+dfsg1
[rustc.git] / src / llvm / test / FileCheck / check-substring-multi-prefix.txt
1 // RUN: FileCheck -check-prefix=AAAOVERLAP -check-prefix=OVERLAP -input-file %s %s
2
3 foo
4 bar
5 buzz
6
7 OVERLAP: foo
8 AAAOVERLAP: bar
9 OVERLAP: buzz