extern crate proc_macro_hack;
// Allow the "unused" #[macro_use] because there is a different un-ignorable
// warning otherwise:
//
// proc macro crates and `#[no_link]` crates have no effect without `#[macro_use]`
extern crate demo_hack_impl;
pub use *;
proc_macro_expr_decl!
proc_macro_item_decl!