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