1ea88969fSopenharmony_ciextern crate test_crate; 2ea88969fSopenharmony_ciuse test_crate::*; 3ea88969fSopenharmony_ci 4ea88969fSopenharmony_ciabort_from!(one, two); 5ea88969fSopenharmony_ciabort_to_string!(one, two); 6ea88969fSopenharmony_ciabort_format!(one, two); 7ea88969fSopenharmony_cidirect_abort!(one, two); 8ea88969fSopenharmony_ciabort_notes!(one, two); 9ea88969fSopenharmony_ciabort_call_site_test!(one, two); 10ea88969fSopenharmony_ci 11ea88969fSopenharmony_cifn main() {} 12