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