macro_rules! new { () => { ... }; }
Generate Global<T> at the context. No arguments are supported.
Global<T>
const COUNTER: proc_state::Global<Mutex<usize>> = proc_state::new!();