Home | History | Annotate | Download | only in Driver
      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 // REQUIRES: non-ps4-sdk
      8