Sign in
fuchsia
/
fuchsia
/
4903ee7aa2fb
/
.
/
third_party
/
rust_crates
/
vendor
/
cxx
/
tests
/
ui
/
include.rs
blob: 82fa8deb9086dade8ca99cb097e67dfbdf20cf69 [
file
] [
log
] [
blame
]
#[
cxx
::
bridge
]
mod
ffi
{
extern
"C"
{
include
!(
"path/to"
what
);
include
!(<
path
/
to
>
what
);
include
!(<
path
/
to
);
include
!(<
path
[
to
]>);
include
!(...);
}
}
fn
main
()
{}