DEBSOURCES
Skip Quicknav
sources / emscripten / 2.0.12~dfsg-2 / tests / other / exceptions_modes_symbols_defined.cpp
12345678
int main () { try { throw 42; } catch (int e) { return e; } return 0; }