13 lines · plain
1// RUN: FileCheck -check-prefix=B -check-prefix=BOTH -input-file %s %s2// RUN: FileCheck -check-prefix=A -check-prefix=BOTH -input-file %s %s3// RUN: FileCheck -check-prefixes=B,BOTH -input-file %s %s4// RUN: FileCheck -check-prefixes=A,BOTH -input-file %s %s5 6; A: {{a}}aaaaa7; B: {{b}}bbbb8; BOTH: {{q}}qqqqq9aaaaaa10bbbbb11qqqqqq12ccccc13