blob: 6d8ed95bd386338a09516d866dfa323363d71fdc [file] [log] [blame]
// no-prefer-dynamic
// compile-flags: --emit=metadata
#![crate_type="rlib"]
pub struct Foo {
pub field: i32,
}