blob: e330d18b9c4e45e9a79917a9f0d19126a46b71e6 [file] [log] [blame]
Simon Atanasyan32df72d2012-05-09 16:18:30 +00001// RUN: clang-check . "%s" -- -no-integrated-as -c 2>&1 | FileCheck %s
2
3// CHECK: C++ requires
4invalid;
5
6// FIXME: clang-check doesn't like gcc driver on cygming.
7// XFAIL: cygwin,mingw32,win32
8