diff options
Diffstat (limited to 'clang/test/Driver/nostdincxx.cpp')
-rw-r--r-- | clang/test/Driver/nostdincxx.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/test/Driver/nostdincxx.cpp b/clang/test/Driver/nostdincxx.cpp new file mode 100644 index 0000000..7e00555 --- /dev/null +++ b/clang/test/Driver/nostdincxx.cpp @@ -0,0 +1,4 @@ +// RUN: %clangxx -nostdinc++ %s 2>&1 | FileCheck %s +// XFAIL: win32 +// CHECK: file not found +#include <vector> |