macro_rules! AppInstance {
(__FnBody $t: ty = $e: expr) => { ... };
(static $n: ident: $t: ty = $e: expr) => { ... };
(pub static $n: ident: $t: ty = $e: expr) => { ... };
}macro_rules! AppInstance {
(__FnBody $t: ty = $e: expr) => { ... };
(static $n: ident: $t: ty = $e: expr) => { ... };
(pub static $n: ident: $t: ty = $e: expr) => { ... };
}