blob: 604dec98fcb65c4ae8108d2c8b8446a77406e302 [file] [log] [blame]
Manuel Klimek30318e62012-04-18 07:41:50 +00001// RUN: clang-check . "%s" -- -c 2>&1 | FileCheck %s
2
3// CHECK: C++ requires
4invalid;
NAKAMURA Takumi1de76ba2012-05-16 22:14:14 +00005
6// FIXME: JSON doesn't like path separator '\', on Win32 hosts.
7// XFAIL: win32