#include #include int main() { unw_context_t context; int ret = unw_getcontext(&context); assert(ret == UNW_ESUCCESS); }