Manuel Klimek | 65fd0e1 | 2012-07-10 13:10:51 +0000 | [diff] [blame^] | 1 | // RUN: clang-check "%s" -- -no-integrated-as -c 2>&1 | FileCheck %s |
Simon Atanasyan | 32df72d | 2012-05-09 16:18:30 +0000 | [diff] [blame] | 2 | |
3 | // CHECK: C++ requires | ||||
4 | invalid; | ||||
NAKAMURA Takumi | 01152f9 | 2012-05-16 22:14:14 +0000 | [diff] [blame] | 5 | |
NAKAMURA Takumi | 5ad41da | 2012-05-23 22:24:33 +0000 | [diff] [blame] | 6 | // FIXME: This is incompatible to -fms-compatibility. |
NAKAMURA Takumi | 01152f9 | 2012-05-16 22:14:14 +0000 | [diff] [blame] | 7 | // XFAIL: win32 |