1 2 3 4 5 6 7 8 9
extern crate test_crate; use test_crate::make_fn; make_fn!(it, _, works); fn main() { it_works(); }