view clang/test/Driver/nostdincxx.cpp @ 150:1d019706d866

LLVM10
author anatofuz
date Thu, 13 Feb 2020 15:10:13 +0900
parents
children 2e18cbf3894f
line wrap: on
line source

// RUN: not %clangxx -nostdinc++ %s 2>&1 | FileCheck %s
// CHECK: file not found
#include <vector> 

// MSVC and PS4 have C++ headers in the same directory as C headers.
// UNSUPPORTED: ms-sdk, ps4