reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
    1
    2
    3
    4
    5
    6
// 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