summaryrefslogtreecommitdiff
path: root/clang/test/Driver/nostdincxx.cpp
blob: 7e00555d04bd84bec2ab58e6c84332c2378828ef (about) (plain)
1
2
3
4
// RUN: %clangxx -nostdinc++ %s 2>&1 | FileCheck %s
// XFAIL: win32
// CHECK: file not found
#include <vector>