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