mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
7 lines
100 B
Rust
7 lines
100 B
Rust
// compile-flags: -Z thinlto -C codegen-units=8
|
|
|
|
#[inline]
|
|
pub fn foo(b: u8) {
|
|
b.to_string();
|
|
}
|