Macro terrorln

Source
macro_rules! terrorln {
    ($target:expr) => { ... };
    ($dest:expr, $($arg:tt)*) => { ... };
}