mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-25 06:18:56 -04:00
7 lines
198 B
C++
7 lines
198 B
C++
// 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
|