Codebase Browser
chromium
Go to App
chromium
/
third_party/rust/chromium_crates_io/vendor/cxx-1.0.126/tests/ui/
function_with_body.rs
#[cxx::bridge] mod ffi { unsafe extern "C++" { fn f() {} } } fn main() {}