1; RUN: echo abc > %t.mri
2
3; RUN: not llvm-ar -M  < %t.mri 2>&1 | FileCheck %s
4; CHECK: error: script line 1: unknown command: abc
5