rust/tests/ui/lto/auxiliary/dylib.rs
2023-01-11 09:32:08 +00:00

7 lines
100 B
Rust

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