blob: a2870cf0f6eb7d4f7a60f5cb096a67d8152d82cb [file] [log] [blame]
// run-pass
// aux-build:issue-9906.rs
// pretty-expanded FIXME #23616
extern crate issue_9906 as testmod;
pub fn main() {
testmod::foo();
testmod::FooBar::new(1);
}