1 Test that llvm-ar exits with 1 when there is an error. 2 3 RUN: not llvm-ar e 2>&1 | FileCheck %s 4 CHECK: unknown option e. 5 CHECK: OVERVIEW: LLVM Archiver 6