blob: 31ac5f0f34b48836e4337e0e28b80138e41e06f8 [file] [log] [blame]
// run-pass
#![allow(unused_variables)]
// aux-build:issue-25467.rs
pub type Issue25467BarT = ();
pub type Issue25467FooT = ();
extern crate issue_25467 as aux;
fn main() {
let o: aux::Object = None;
}