Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
4c2bcad7b843c10fd4a2ffd43da40bfefb4dc8ba
/
.
/
test
/
Driver
/
nostdincxx.cpp
blob: 803648840dd3c82e3e5121a032020c84537c082c [
file
] [
log
] [
blame
]
Douglas Gregor
4c2bcad
2010-03-24 20:13:48 +0000
[
diff
] [
blame^
]
1
// RUN: %clangxx -nostdinc++ %s 2>&1 | FileCheck %s
2
3
// CHECK: file not found
4
#include
<vector>