setjmp/trycatch
This commit is contained in:
5
c/setjmp/trycatch/_code/demo.cpp
Normal file
5
c/setjmp/trycatch/_code/demo.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#include <stdexcept>
|
||||
|
||||
extern "C" void throwCppException() {
|
||||
throw std::runtime_error("C++ exception");
|
||||
}
|
||||
Reference in New Issue
Block a user