Hans Wennborg | 35bbf1c | 2014-06-10 20:46:38 +0000 | [diff] [blame] | 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 |