blob: 73cac0a49148b500fe4dc83605e792a08b094d5b [file] [log] [blame]
#[repr(transparent)]
union OkButUnstableUnion { //~ ERROR transparent unions are unstable
field: u8,
zst: (),
}
fn main() {}