1 2 3
#include "kapi/system.hpp" extern "C" [[noreturn]] auto abort() -> void { teachos::system::panic("Abort called"); }