Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
union
/
auxiliary
/
union.rs
blob: e785e35aeb8bde41c07dc1cfed8c679864608913 [
file
] [
log
] [
blame
]
pub
union U
{
pub
a
:
u8
,
pub
b
:
u16
,
}