#include #include #include int main() { try { test_ns::print_call_stack(); } catch (const std::exception& e) { boost::nowide::cerr << e.what() << '\n'; return 1; } return 0; }