1 # Since llvm-ar cannot create thin archives that contain any thin archives,
2 # nested-thin-archive.a is a manually constructed thin archive that contains
3 # another (unflattened) thin archive.
4 # This test ensures that flat archives are recursively flattened.
7 RUN: llvm-ar rcsT %t.a %S/Inputs/nested-thin-archive.a %S/Inputs/d.txt
8 RUN: llvm-ar t %t.a | FileCheck %s