Home | History | Annotate | Download | only in Frontend
      1 // RUN: %clang_cc1 -fms-compatibility -fexceptions -fcxx-exceptions -verify %s
      2 // expected-no-diagnostics
      3 
      4 #if defined(__EXCEPTIONS)
      5 #error __EXCEPTIONS should not be defined.
      6 #endif
      7