summaryrefslogtreecommitdiffstats
path: root/src/test/ui/lto/auxiliary/dylib.rs
blob: e8b7f8f9f4735719323d2dbe5724049d01965424 (plain)
1
2
3
4
5
6
// compile-flags: -Z thinlto -C codegen-units=8

#[inline]
pub fn foo(b: u8) {
    b.to_string();
}