1ea88969fSopenharmony_ciextern crate test_crate; 2ea88969fSopenharmony_ciuse test_crate::*; 3ea88969fSopenharmony_ci 4ea88969fSopenharmony_ciemit!(one, two, three, four, five); 5ea88969fSopenharmony_ciemit_notes!(one, two); 6ea88969fSopenharmony_ci 7ea88969fSopenharmony_cifn main() {} 8