forked from OSchip/llvm-project
6 lines
106 B
Plaintext
6 lines
106 B
Plaintext
|
RUN: echo hello > %t.file
|
||
|
RUN: llvm-ar rcsT %t.a %t.file
|
||
|
RUN: llvm-ar p %t.a | FileCheck %s
|
||
|
|
||
|
CHECK: hello
|