Macro test_fail

Source
macro_rules! test_fail {
    ($($e:expr),*) => { ... };
}