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