Macro app_main

Source
macro_rules! app_main {
    ( $ app: ident) => { ... };
}