blob: 1f93338859a394f2e4c837a8c970308d4334386b [file] [log] [blame]
#[cxx::bridge]
mod ffi {
extern "C++" {
extern "Java" fn f();
}
}
fn main() {}