blob: ed76815a6ac8e8124e4f58b822a6275f0c20b670 [file] [log] [blame]
//@ aux-crate:shared=shared.rs
extern crate shared;
pub use shared::Shared;
pub struct SharedInType {
pub f: Shared
}