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