blob: 27acca5ec893488fa71a6c7833d91069f1615731 [file] [log] [blame]
#[cxx::bridge]
mod ffi {
struct UniquePtr {
val: usize,
}
extern "C" {
type Box;
}
extern "Rust" {
type String;
}
}
fn main() {}