xref
: /
third_party
/
rust
/
crates
/
cxx
/
tests
/
ui
/
data_enums.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
enum
A {
4
Field
(
u64
),
5
}
6
}
7
8
fn
main
() {}
9