brintos

brintos / llvm-project-archived public Read only

0
0
Text · 303 B · 981b5b9 Raw
10 lines · c
1// RUN: %clang_cc1 -fms-compatibility -fexceptions -fcxx-exceptions -DMS_MODE -verify %s2// expected-no-diagnostics3 4// RUN: %clang_cc1 -fms-compatibility -fexceptions -verify %s5// expected-no-diagnostics6 7#if defined(MS_MODE) && defined(__EXCEPTIONS)8#error __EXCEPTIONS should not be defined.9#endif10