quick_exit
quick_exit(int);
extern _NORETURN_KYWD void quick_exit(int);
using std::quick_exit;
quick_exit(0);
quick_exit(status);