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