blob: 239d1ece6979f203a84681bf977ca809759f240a [file] [log] [blame]
#[cxx::bridge]
mod ffi {
struct S {
x: u8,
}
impl UniquePtr<S> {
fn new() -> Self;
}
}
fn main() {}