Sign in
rust
/
rust
/
8eb7c58dbb7b32701af113bc58722d0d1fefb1eb
/
.
/
src
/
test
/
ui
/
thinlto
/
auxiliary
/
dylib.rs
blob: e8b7f8f9f4735719323d2dbe5724049d01965424 [
file
]
// compile-flags: -Z thinlto -C codegen-units=8
#[
inline
]
pub
fn
foo
(
b
:
u8
)
{
b
.
to_string
();
}