llvm-project/llvm/test/Object/archive-thin-read.test

6 lines
106 B
Plaintext
Raw Normal View History

RUN: echo hello > %t.file
RUN: llvm-ar rcsT %t.a %t.file
RUN: llvm-ar p %t.a | FileCheck %s
CHECK: hello