xref
: /
third_party
/
rust
/
crates
/
cxx
/
tests
/
ui
/
empty_struct.rs
(revision 33d722a9)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/rust/crates/cxx/tests/ui/
1
#[
cxx
::
bridge
]
2
mod
ffi
{
3
struct
Empty
{}
4
}
5
6
fn
main
() {}
7