rustc/tests/ui/union/auxiliary/union.rs
2023-08-02 11:30:00 +02:00

5 lines
47 B
Rust

pub union U {
pub a: u8,
pub b: u16,
}