xref
: /
external
/
rust
/
cxx
/
tests
/
ui
/
empty_struct.rs
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#[
cxx
::
bridge
]
2
mod
ffi
{
3
struct
Empty
{}
4
}
5
main()
6
fn
main
() {}
7