macro_rules! failure_and_exit {
    ($($arg:tt)+) => { ... };
}