Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e407736a065bd59d87c30da91e609583cb1cf552
/
.
/
clang
/
test
/
Driver
/
nostdincxx.cpp
blob: 1e1d85f358301a5e24ff53f0d357011f9c414c2e [
file
] [
log
] [
blame
]
// RUN: not %clangxx -nostdinc++ %s 2>&1 | FileCheck %s
// XFAIL: win32
// CHECK: file not found
#include
<vector>