rust/tests/ui/lto/auxiliary/dylib.rs
2024-02-16 20:02:50 +00:00

7 lines
101 B
Rust

//@ compile-flags: -Z thinlto -C codegen-units=8
#[inline]
pub fn foo(b: u8) {
b.to_string();
}