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