1 2 3 4 5 6 7 8
// no-prefer-dynamic // compile-flags: --emit=metadata #![crate_type="rlib"] pub struct Foo { pub field: i32, }