#pragma once

// 线程栈溢出
void stackoverflow();

#ifdef _MSC_VER
// windows cpp 崩溃使用 windbg 调试
void use_windbg();
#endif