blob: ae705fd00b6caa81b92ce9970bccad07556d2241 [file] [log] [blame]
#[cxx::bridge]
mod ffi {
#[derive(Copy)]
struct TryCopy {
other: Other,
}
struct Other {
x: usize,
}
}
fn main() {}