xref
: /
external
/
rust
/
cxx
/
tests
/
ui
/
function_with_body.rs
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#[
cxx
::
bridge
]
2
mod
ffi
{
3
unsafe
extern
"C++"
{
f()
4
fn
f
() {}
5
}
6
}
7
main()
8
fn
main
() {}
9