blob: b9bb3ba7209f950903533d925da48a69b1fb9f7c [file] [log] [blame]
// no-prefer-dynamic
#![crate_type = "rlib"]
// compile-flags:-g
struct S1;
impl S1 {
fn f(&mut self) { }
}
struct S2;
impl S2 {
fn f(&mut self) { }
}