blob: c5c7db095f346fa2a06766450d427cf2e27a2a5b [file] [log] [blame]
Matthew Maurerb26ed882020-06-02 11:15:09 -07001extern crate test_crate;
2use test_crate::*;
3
Haibo Huangeef7c232020-09-29 11:19:51 -07004emit!(one, two, three, four, five);
Matthew Maurerb26ed882020-06-02 11:15:09 -07005emit_notes!(one, two);
6
7fn main() {}