xref: /minix3/external/bsd/llvm/dist/clang/test/Driver/nostdincxx.cpp (revision b5e2faaaaf60a8b9a02f8d72f64caa56a87eb312)
1 // RUN: not %clangxx -nostdinc++ %s 2>&1 | FileCheck %s
2 // XFAIL: win32
3 // CHECK: file not found
4 #include <vector>
5