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