blob: 4bbaaa39bfa61af99ff190584fde771afe1542fb [file] [log] [blame]
Hans Wennborg35bbf1c2014-06-10 20:46:38 +00001// 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