blob: bd8580f9782e742573513b9034c54ea634c042f4 [file] [log] [blame]
#![crate_type = "lib"]
pub trait Foo {
fn foo();
}