#include #include "c_backend_cpp_exception/c_backend_cpp_exception_proxy.h" int main() { assert(checkVal == 0); throwSomeKnownException(); assert(checkVal == 1); throwSomeUnknownException(); assert(checkVal == 2); return 0; }