Macro brainfuck::exit_with_error [] [src]

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