Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust-bindgen
/
refs/heads/upstream/layouttests-ub
/
.
/
tests
/
headers
/
union_fields.hpp
blob: 7bb2a3ce3bab646b402171988e41e0c195f0bc4f [
file
] [
log
] [
blame
] [
edit
]
// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq
//
typedef
union
{
int
mInt
;
float
mFloat
;
void
*
mPointer
;
}
nsStyleUnion
;