1 2 3 4 5 6 7 8
//@ build-pass //@ needs-asm-support fn foo<T>() {} core::arch::global_asm!("/* {} */", sym foo::<&'static ()>); fn main() {}