macro_rules! int_err { () => { ... }; ($msg: literal, $($tks: tt),*) => { ... }; }
int_err generates an internal error.
int_err