| 13 | } |
| 14 | |
| 15 | int Dbg2(void** buf, size_t len) { |
| 16 | volatile int ret = (int)BackTrace(buf, len); |
| 17 | return ret; |
| 18 | } |
| 19 | |
| 20 | void FormatBackTraceReplacement(IOutputStream* out, void* const*, size_t) { |
| 21 | *out << "WorksLikeACharm" << Endl; |
nothing calls this directly
no test coverage detected