1; RUN: echo save > %t.mri2; RUN: echo create %t.a >> %t.mri3; RUN: echo end >> %t.mri4 5; RUN: not llvm-ar -M < %t.mri 2>&1 | FileCheck %s6; CHECK: error: script line 2: file already saved7