xref
: /
third_party
/
rust
/
crates
/
bindgen
/
bindgen-tests
/
tests
/
headers
/
union_dtor.hpp
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
1
union
UnionWithDtor
{
2
~
UnionWithDtor
();
3
int
mFoo
;
4
void
*
mBar
;
5
};
6