ref: baeeb6625d82f23b29ea1b588facef185011b5df dir: /sys/src/ape/lib/ap/gen/abort.c/
#include <sys/types.h> #include <unistd.h> #include <signal.h> _Noreturn void abort(void) { kill(getpid(), SIGABRT); }