1; RUN: echo create %t.a > %t.mri
2; RUN: echo save >> %t.mri
3; RUN: echo end >> %t.mri
4
5; RUN: llvm-ar -M  < %t.mri
6; RUN: llvm-ar t %t.a
7