func @abort = () -> Void;
Abort the program. Lowers to a trap instruction if the target has one, otherwise lowered to LibC abort().
abort()
None.
Doesn't return
(TODO)