macro_rules! unreachable {
    () => { ... };
    ($($args:tt)+) => { ... };
}