]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Driver/output-file-is-dir.c
Vendor import of clang tags/RELEASE_33/final r183502 (effectively, 3.3
[FreeBSD/FreeBSD.git] / test / Driver / output-file-is-dir.c
1 // RUN: rm -rf %t.dir
2 // RUN: mkdir -p %t.dir
3 // RUN: not %clang %s -c -emit-llvm -o %t.dir
4 // RUN: test -d %t.dir
5
6 int main() { return 0; }