pub(crate) fn expand_global_asm<'cx>(
    ecx: &'cx mut ExtCtxt<'_>,
    sp: Span,
    tts: TokenStream
) -> Box<dyn MacResult + 'cx>