1 use my_macro::greet; 2 use_macro() -> &'static str3 pub fn use_macro() -> &'static str { 4 greet!() 5 } 6