blob: 3af9c68f2331d6781b1cccf0fe3780cad475a27b [file] [log] [blame]
#![crate_type="rlib"]
#[derive(Debug, PartialEq)]
pub struct RemoteC(pub u32);
#[derive(Debug, PartialEq)]
pub struct RemoteG<T>(pub T);