1 2 3 4 5 6 7 8 9 10 11
// https://github.com/rust-lang/rust/issues/9155 //@ run-pass //@ aux-build:aux-9155.rs extern crate aux_9155; struct Baz; pub fn main() { aux_9155::Foo::new(Baz); }