#ifndef MESSMER_CPPUTILS_ASSERT_BACKTRACE_H #define MESSMER_CPPUTILS_ASSERT_BACKTRACE_H namespace cpputils { void showBacktraceOnSigSegv(); } #endif