blob: d16a4ac10e0c4105db304f3994358eb18d619aff [file] [log] [blame]
pub struct Foo;
pub trait Bar{}
pub fn bar() -> Box<Bar> {
unimplemented!()
}