2024-06-21 14:03:08 +02:00
|
|
|
//@ has union/union.U.html
|
2016-08-10 21:00:17 +03:00
|
|
|
pub union U {
|
2024-06-21 14:03:08 +02:00
|
|
|
//@ has - //pre "pub a: u8"
|
2016-08-10 21:00:17 +03:00
|
|
|
pub a: u8,
|
2024-06-21 14:03:08 +02:00
|
|
|
//@ has - //pre "/* private fields */"
|
|
|
|
//@ !has - //pre "b: u16"
|
2016-08-10 21:00:17 +03:00
|
|
|
b: u16,
|
|
|
|
}
|