blob: fab03ee2e3d15d6dc55bea42c2d4abc7dea7fbb8 [file] [log] [blame]
pub fn hello(x: isize) {
println!("macro {} :-(", x);
}