about summary refs log tree commit diff
path: root/tests/ui/lto/auxiliary/dylib.rs
blob: f4c8d0b6065cf9a0faf4a5e42dc6e6e0f1bd52d4 (plain)
1
2
3
4
5
6
//@ compile-flags: -Z thinlto -C codegen-units=8

#[inline]
pub fn foo(b: u8) {
    b.to_string();
}