1ea88969fSopenharmony_ciextern crate proc_macro_error; 2ea88969fSopenharmony_ciuse proc_macro_error::abort; 3ea88969fSopenharmony_ci 4ea88969fSopenharmony_cistruct Foo; 5ea88969fSopenharmony_ci 6ea88969fSopenharmony_ci#[allow(unused)] 7ea88969fSopenharmony_cifn foo() { 8ea88969fSopenharmony_ci abort!(Foo, "BOOM"); 9ea88969fSopenharmony_ci} 10ea88969fSopenharmony_ci 11ea88969fSopenharmony_cifn main() {} 12