1Test that no temporary file is left behind on error.
2
3RUN: rm -rf %t
4RUN: mkdir %t
5RUN: not llvm-ar rc %t/foo.a .
6RUN: rmdir %t
7
8