Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
rust
/
compile
/
empty_union.rs
blob: 6114df5d9c044109fc5d2c650f30de11613add4e [
file
] [
log
] [
blame
]
#[
repr
(
C
)]
union
MyUnion
{}
// { dg-error "unions cannot have zero fields" }