1 extern crate test_crate; 2 use test_crate::*; 3 4 emit!(one, two, three, four, five); 5 emit_notes!(one, two); 6 main()7 fn main() {} 8