aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/empty_union.rs
blob: 6114df5d9c044109fc5d2c650f30de11613add4e (plain)
1
2
#[repr(C)]
union MyUnion {} // { dg-error "unions cannot have zero fields" }