android_mt6572_jiabo/external/llvm/test/FileCheck/check-multiple-prefixes-mixed.txt
2025-09-05 16:56:03 +08:00

10 lines
219 B
Text

// RUN: FileCheck -check-prefix=B -check-prefix=BOTH -input-file %s %s
// RUN: FileCheck -check-prefix=A -check-prefix=BOTH -input-file %s %s
; A: {{a}}aaaaa
; B: {{b}}bbbb
; BOTH: {{q}}qqqqq
aaaaaa
bbbbb
qqqqqq
ccccc