blob: b42e0b47a849c6f3413702dd7e740957e02b0d8b [file]
use first::first_fun;
use my_macro::noop;
#[noop]
pub fn fun() {
println!("{}", first_fun())
}