brintos

brintos / llvm-project-archived public Read only

0
0
Text · 135 B · 8306960 Raw
7 lines · plain
1RUN: echo hello > %t.file2RUN: rm -f %t.a3RUN: llvm-ar --format=gnu rcsT %t.a %t.file4RUN: llvm-ar p %t.a | FileCheck %s5 6CHECK: hello7