blob: 83400104ea77ea489f522d3e60470ecbd0a25bca [file] [log] [blame]
#![feature(extern_types)]
pub mod aaaaaaa {
extern {
pub type MyForeignType;
}
impl MyForeignType {
pub fn my_method() {}
}
}