blob: a3eb7039c04fd47baa5aa364667e9659ef239bd5 (
plain) (
blame)
1
2
3
4
5
6
7
|
// RUN: clang-check "%s" -- -no-integrated-as -c 2>&1 | FileCheck %s
// CHECK: C++ requires
invalid;
// FIXME: This is incompatible to -fms-compatibility.
// XFAIL: win32
|