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