Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
d91e86e963128ebd9e0baee42d1504670dab1565
/
.
/
tests
/
ui
/
union
/
union-empty.rs
blob: 79b7e68ee6bebab12918ba58390890cee46a5645 [
file
] [
log
] [
blame
]
union U
{}
//~ ERROR unions cannot have zero fields
fn
main
()
{}