1*9880d681SAndroid Build Coastguard WorkerRUN: echo hello > %t.file 2*9880d681SAndroid Build Coastguard WorkerRUN: rm -f %t.a 3*9880d681SAndroid Build Coastguard WorkerRUN: llvm-ar --format=gnu rcsT %t.a %t.file 4*9880d681SAndroid Build Coastguard WorkerRUN: llvm-ar p %t.a | FileCheck %s 5*9880d681SAndroid Build Coastguard Worker 6*9880d681SAndroid Build Coastguard WorkerCHECK: hello 7