]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Driver/nostdincxx.cpp
Vendor import of clang release_34 branch r197841 (effectively, 3.4 RC3):
[FreeBSD/FreeBSD.git] / test / Driver / nostdincxx.cpp
1 // RUN: not %clangxx -nostdinc++ %s 2>&1 | FileCheck %s
2 // XFAIL: win32
3 // CHECK: file not found
4 #include <vector>