1 // RUN: not %clangxx -nostdinc++ %s 2>&1 | FileCheck %s 2 // CHECK: file not found 3 #include <vector> 4 5 // MSVC and PS4 have C++ headers in the same directory as C headers. 6 // UNSUPPORTED: ms-sdk, ps4 7