| 66 | * call of a pure virtual function cannot be made. |
| 67 | */ |
| 68 | extern "C" void __cxa_pure_virtual() |
| 69 | { |
| 70 | std::terminate(); |
| 71 | } |
| 72 | |
| 73 | #ifdef __arm__ |
| 74 | extern "C" int __aeabi_atexit(void* p, void (*f)(void*), void* d) |
nothing calls this directly
no test coverage detected