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