blob: 4dd1fe461f1b43b99260c3bf36c7eb56ec2da89a [file] [log] [blame]
//@ check-pass
#![allow(unused)]
macro_rules! column {
($i:ident) => {
$i
};
}
fn foo() -> ! {
panic!();
}
fn main() {}