1*9880d681SAndroid Build Coastguard Worker// RUN: FileCheck -check-prefix=B -check-prefix=BOTH -input-file %s %s 2*9880d681SAndroid Build Coastguard Worker// RUN: FileCheck -check-prefix=A -check-prefix=BOTH -input-file %s %s 3*9880d681SAndroid Build Coastguard Worker// RUN: FileCheck -check-prefixes=B,BOTH -input-file %s %s 4*9880d681SAndroid Build Coastguard Worker// RUN: FileCheck -check-prefixes=A,BOTH -input-file %s %s 5*9880d681SAndroid Build Coastguard Worker 6*9880d681SAndroid Build Coastguard Worker; A: {{a}}aaaaa 7*9880d681SAndroid Build Coastguard Worker; B: {{b}}bbbb 8*9880d681SAndroid Build Coastguard Worker; BOTH: {{q}}qqqqq 9*9880d681SAndroid Build Coastguard Workeraaaaaa 10*9880d681SAndroid Build Coastguard Workerbbbbb 11*9880d681SAndroid Build Coastguard Workerqqqqqq 12*9880d681SAndroid Build Coastguard Workerccccc 13