Sign in
chromium
/
external
/
github.com
/
emscripten-core
/
emscripten-fastcomp-clang
/
refs/heads/land-pnacl-3.5
/
.
/
test
/
Frontend
/
exceptions.c
blob: 4bbaaa39bfa61af99ff190584fde771afe1542fb [
file
] [
log
] [
blame
] [
edit
]
// RUN: %clang_cc1 -fms-compatibility -fexceptions -fcxx-exceptions -verify %s
// expected-no-diagnostics
#if defined(__EXCEPTIONS)
#error
__EXCEPTIONS should not be defined
.
#endif