abort 0.1.0

Abnormal Termination
Documentation
void abort() {
    __builtin_trap();
    for (;;);
}