xref: /minix3/external/bsd/llvm/dist/clang/test/Driver/nostdincxx.cpp (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1 // RUN: not %clangxx -nostdinc++ %s 2>&1 | FileCheck %s
2 // CHECK: file not found
3 #include <vector>
4 
5 // MSVC has C++ headers in same directory as C headers.
6 // REQUIRES: non-ms-sdk
7