2013-07-05 00:16:58 +08:00
|
|
|
// RUN: not %clangxx -nostdinc++ %s 2>&1 | FileCheck %s
|
2010-03-25 04:13:48 +08:00
|
|
|
// CHECK: file not found
|
|
|
|
#include <vector>
|
2014-02-16 18:15:57 +08:00
|
|
|
|
|
|
|
// MSVC has C++ headers in same directory as C headers.
|
|
|
|
// REQUIRES: non-ms-sdk
|