xref: /aosp_15_r20/external/clang/test/Driver/nostdincxx.cpp (revision 67e74705e28f6214e480b399dd47ea732279e315)
1*67e74705SXin Li // RUN: not %clangxx -nostdinc++ %s 2>&1 | FileCheck %s
2*67e74705SXin Li // CHECK: file not found
3*67e74705SXin Li #include <vector>
4*67e74705SXin Li 
5*67e74705SXin Li // MSVC has C++ headers in same directory as C headers.
6*67e74705SXin Li // REQUIRES: non-ms-sdk
7*67e74705SXin Li // REQUIRES: non-ps4-sdk
8