macro_rules! internal_err {
    ($($arg:tt)*) => { ... };
}