Static syntax_pos::GLOBALS[]

pub static GLOBALS: ScopedKey<Globals> = ::ScopedKey{inner:
                {
                    const FOO: ::thread::LocalKey<::std::cell::Cell<usize>> =
                        {
                            #[inline]
                            fn __init()
                             -> ::std::cell::Cell<usize> { loop  { } }
                            unsafe fn __getit()
                             ->
                                 ::option::Option<&'static ::cell::UnsafeCell<::option::Option<::std::cell::Cell<usize>>>> {
                                                                                                                               loop 
                                                                                                                                    {
                                                                                                                               }
                                                                                                                           }
                            unsafe {
                                <::thread::LocalKey>::new(__getit, __init)
                            }
                        };
                    &FOO
                },
            _marker: ::std::marker::PhantomData,}