rustc/tests/codegen-units/polymorphization/auxiliary/poly-dep.rs
2024-06-21 09:39:33 +02:00

5 lines
74 B
Rust

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