teak-llvm/clang/test/Driver/nostdincxx.cpp
Filipe Cabecinhas 18a72611f1 Special-case the PS4 SDK for a clang test
Original patch by Gao Yunzhong!

llvm-svn: 227593
2015-01-30 18:25:59 +00:00

8 lines
206 B
C++

// RUN: not %clangxx -nostdinc++ %s 2>&1 | FileCheck %s
// CHECK: file not found
#include <vector>
// MSVC has C++ headers in same directory as C headers.
// REQUIRES: non-ms-sdk
// REQUIRES: non-ps4-sdk