1#include "taichi/common/core.h"
2
3namespace taichi {
4
5void print_traceback();
6
7} // namespace taichi
8