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