Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
rust
/
cxx
/
48c01a6978fee61a028bedc45f942eb527db28fc
/
.
/
tests
/
ui
/
empty_struct.rs
blob: 060cfe0fac642813bef8b249d5c1b09011eb7d65 [
file
] [
log
] [
blame
]
#[
cxx
::
bridge
]
mod
ffi
{
struct
Empty
{}
}
fn
main
()
{}