Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
rust
/
cxx
/
d60c07b7629a373396c4cb15c57c4903402cee27
/
.
/
tests
/
ui
/
reserved_name.rs
blob: 27acca5ec893488fa71a6c7833d91069f1615731 [
file
] [
log
] [
blame
]
#[
cxx
::
bridge
]
mod
ffi
{
struct
UniquePtr
{
val
:
usize
,
}
extern
"C"
{
type
Box
;
}
extern
"Rust"
{
type
String
;
}
}
fn
main
()
{}