1ea88969fSopenharmony_ciuse proc_macro_hack::proc_macro_hack; 2ea88969fSopenharmony_ci 3ea88969fSopenharmony_ci/// Add one to an expression. 4ea88969fSopenharmony_ci/// 5ea88969fSopenharmony_ci/// (Documentation goes here on the re-export, not in the other crate.) 6ea88969fSopenharmony_ci#[proc_macro_hack] 7ea88969fSopenharmony_cipub use demo_hack_impl::add_one; 8