brintos

brintos / llvm-project-archived public Read only

0
0
Text · 233 B · 5f7526e Raw
12 lines · plain
1#include "check.h"2 3namespace benchmark {4namespace internal {5 6static AbortHandlerT* handler = &std::abort;7 8BENCHMARK_EXPORT AbortHandlerT*& GetAbortHandler() { return handler; }9 10}  // namespace internal11}  // namespace benchmark12