[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / Object / archive-thin-read.test
blob830696056d640da165c6b0018635277d0a7a0d88
1 RUN: echo hello > %t.file
2 RUN: rm -f %t.a
3 RUN: llvm-ar --format=gnu rcsT %t.a %t.file
4 RUN: llvm-ar p %t.a | FileCheck %s
6 CHECK: hello