// hello.mrs — smoke test // Demonstrates: single ident binding, ident construction with #[a => b] macro hello! { $name:ident => { T~{ pub fn #[say => $name]() -> &'static str { "hello from the macro!" } } } }