Files
rust/src/test/ui/thinlto/auxiliary/dylib.rs
T
2019-07-27 18:56:16 +03:00

7 lines
100 B
Rust

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