Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
rust
/
cxx
/
7a03847db2760b59104b02e798739b224a44f019
/
.
/
tests
/
ui
/
unrecognized_receiver.rs
blob: 823bfcf3483ba44b3ae73c313d3bf437b39815da [
file
] [
log
] [
blame
]
David Tolnay
7a03847
2020-04-22 16:54:34 -0700
[
diff
] [
blame^
]
1
#[
cxx
::
bridge
]
2
mod
ffi
{
3
extern
"C"
{
4
fn
f
(
self
:
&
Unrecognized
);
5
}
6
}
7
8
fn
main
()
{}