2021-03-29 02:30:27 +08:00
|
|
|
// RUN: not %clangxx -nostdinc %s 2>&1 | FileCheck %s
|
2013-07-05 00:16:58 +08:00
|
|
|
// RUN: not %clangxx -nostdinc++ %s 2>&1 | FileCheck %s
|
2021-03-29 02:30:27 +08:00
|
|
|
// RUN: not %clangxx -nostdlibinc %s 2>&1 | FileCheck %s
|
2021-09-11 02:13:42 +08:00
|
|
|
// RUN: not %clangxx --target=x86_64-unknown-unknown-gnu -fsyntax-only -nostdinc -nostdinc++ %s 2>&1 | FileCheck /dev/null --implicit-check-not=-Wunused-command-line-argument
|
2010-03-25 04:13:48 +08:00
|
|
|
// CHECK: file not found
|
|
|
|
#include <vector>
|
2014-02-16 18:15:57 +08:00
|
|
|
|
2019-05-10 21:40:17 +08:00
|
|
|
// MSVC and PS4 have C++ headers in the same directory as C headers.
|
|
|
|
// UNSUPPORTED: ms-sdk, ps4
|