1Test that llvm-ar exits with 1 when there is an error.2 3RUN: not llvm-ar e 2>&1 | FileCheck %s4CHECK: error: unknown option e5CHECK: OVERVIEW: LLVM Archiver6