Clang Project

clang_source_code/test/Driver/nostdincxx.cpp
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