blob: 2709ff90fe333f27bbdcd29f9858d0f118faf77c [file] [log] [blame]
//@ build-pass
//@ needs-asm-support
fn foo<T>() {}
core::arch::global_asm!("/* {} */", sym foo::<&'static ()>);
fn main() {}