Codebase Browser
chromium
Go to App
chromium
/
third_party/rust/chromium_crates_io/vendor/cxx-1.0.126/tests/ui/
empty_struct.rs
#[cxx::bridge] mod ffi { struct Empty {} } fn main() {}