Manuel Klimek | 8fa2fb8 | 2012-07-10 13:10:51 +0000 | [diff] [blame] | 1 | // RUN: clang-check "%s" -- -c 2>&1 | FileCheck %s |
Manuel Klimek | 30318e6 | 2012-04-18 07:41:50 +0000 | [diff] [blame] | 2 | |
3 | // CHECK: C++ requires | ||||
4 | invalid; | ||||
NAKAMURA Takumi | 1de76ba | 2012-05-16 22:14:14 +0000 | [diff] [blame] | 5 | |
NAKAMURA Takumi | d89a8c1 | 2012-05-23 22:24:33 +0000 | [diff] [blame] | 6 | // FIXME: This is incompatible to -fms-compatibility. |
NAKAMURA Takumi | 1de76ba | 2012-05-16 22:14:14 +0000 | [diff] [blame] | 7 | // XFAIL: win32 |