summaryrefslogtreecommitdiffstats
path: root/tests/ui/rmeta/auxiliary/rmeta-meta.rs
blob: 6d435049527293f8372d661f7135d07c5a1aabbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// no-prefer-dynamic
// compile-flags: --emit=metadata

#![crate_type="rlib"]

pub struct Foo {
    pub field: i32,
}

pub fn missing_optimized_mir() {
    println!("indeed");
}