blob: ad581818b3d64df03e64c4d929386032cabc3381 [file] [log] [blame]
#[cxx::bridge]
mod ffi {
extern "C++" {
type Complex<'a, 'b: 'a>;
}
}
fn main() {}