blob: 6bc55073283776f4fea9e85ec8b36b2a9fca89fc [file] [log] [blame]
//@ compile-flags: -Cmetadata=aux
pub mod foo {
pub trait Foo {}
pub struct Bar;
impl Foo for Bar {}
}