blob: 50f4cf97e55fe334e9fadaf4ba5a20238caaa4f9 [file] [log] [blame]
// RUN: rm -rf %t.dir
// RUN: mkdir -p %t.dir/a.out
// RUN: cd %t.dir && not %clang %s
// RUN: test -d %t.dir/a.out
int main() { return 0; }