blob: 58110289eb1da28ae8c53ca1c3cc34c23b0d9896 [file] [log] [blame]
#[cxx::bridge]
mod ffi {
#[derive(Clone)]
struct TryClone {
other: Other,
}
struct Other {
x: usize,
}
}
fn main() {}