Sign in
llvm
/
llvm-archive
/
7d3ebf3eceb2e527e4135de9fbfc712843f3003a
/
.
/
safecode
/
tools
/
clang
/
test
/
Driver
/
nostdincxx.cpp
blob: 7e00555d04bd84bec2ab58e6c84332c2378828ef [
file
] [
log
] [
blame
]
// RUN: %clangxx -nostdinc++ %s 2>&1 | FileCheck %s
// XFAIL: win32
// CHECK: file not found
#include
<vector>