aboutsummaryrefslogtreecommitdiff
path: root/test/Tooling/multi-jobs.cpp
blob: e330d18b9c4e45e9a79917a9f0d19126a46b71e6 (plain)
1
2
3
4
5
6
7
8
// RUN: clang-check . "%s" -- -no-integrated-as -c 2>&1 | FileCheck %s

// CHECK: C++ requires
invalid;

// FIXME: clang-check doesn't like gcc driver on cygming.
// XFAIL: cygwin,mingw32,win32