1// RUN: rm -rf %t.dir2// RUN: mkdir -p %t.dir3// RUN: not %clang %s -c -emit-llvm -o %t.dir4// RUN: test -d %t.dir5 6int main() { return 0; }7