blob: 2106446614153c500e27742c46f0555ec12914c7 [file] [log] [blame]
#[cxx::bridge]
mod ffi {
struct S {
x: u8,
}
impl fn() -> &S {}
}
fn main() {}