rustc/tests/codegen-units/polymorphization/auxiliary/poly-dep.rs
2023-09-14 08:56:40 +02:00

5 lines
73 B
Rust

// compile-flags: -Zpolymorphize=on
#[inline(never)]
pub fn foo<T>() {}