xref: /llvm-project/llvm/test/Object/archive-big-read-empty-with-freelist.test (revision c0d9e5a0a4b80b0740282649ea32b0422e45e9ee)
1*c0d9e5a0SKai Luo## Test reading an empty archive with free list in it, should exit normally.
2*c0d9e5a0SKai Luo# RUN: llvm-ar tv %p/Inputs/aix-empty-big-archive-with-freelist.a 2>&1 \
3*c0d9e5a0SKai Luo# RUN:   | count 0
4