Home | History | Annotate | Download | only in Tooling
      1 // RUN: clang-check "%s" -- -no-integrated-as -c 2>&1 | FileCheck %s
      2 
      3 // CHECK: C++ requires
      4 invalid;
      5 
      6 // FIXME: This is incompatible to -fms-compatibility.
      7 // XFAIL: win32
      8