blob: 56f0007cb10b557c49b7875d1078161bf2f70080 [file] [log] [blame]
#[cxx::bridge]
mod ffi {
unsafe extern "C++" {
type C;
fn not_unsafe_ptr(c: *mut C);
}
}
fn main() {}