blob: 4b5c451e853ed58c6d456c7014e90f07173ab39e [file] [log] [blame]
// run-pass
// aux-build:issue-9155.rs
// pretty-expanded FIXME #23616
extern crate issue_9155;
struct Baz;
pub fn main() {
issue_9155::Foo::new(Baz);
}