chromium/third_party/rust/chromium_crates_io/vendor/cxx-1.0.126/tests/ui/expected_named.rs

#[cxx::bridge]
mod ffi {
    unsafe extern "C++" {
        type Borrowed<'a>;
        fn borrowed() -> UniquePtr<Borrowed>;
    }
}

fn main() {}