1RUN: echo hello > %t.file 2RUN: rm -f %t.a 3RUN: llvm-ar --format=gnu rcsT %t.a %t.file 4RUN: llvm-ar p %t.a | FileCheck %s 5 6CHECK: hello 7