1 use first::first_fun; 2 use my_macro::noop; 3 4 #[noop] fun()5 pub fn fun() { 6 println!("{}", first_fun()) 7 } 8