aboutsummaryrefslogtreecommitdiff
path: root/test/Driver/nostdincxx.cpp
blob: 803648840dd3c82e3e5121a032020c84537c082c (plain)
1
2
3
4
// RUN: %clangxx -nostdinc++ %s 2>&1 | FileCheck %s

// CHECK: file not found
#include <vector>