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