macro_rules! debug {
    ($format:expr, $($arg:tt)*) => { ... };
    ($format:expr) => { ... };
}