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