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