Macro gen_example_code

Source
macro_rules! gen_example_code {
    ($fun:item) => { ... };
}