aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/issue-3530-1.rs
blob: b38b5cd1f3f2c4fc86c5f2272fbaeda5a6f2f6ed (plain)
1
2
#[repr(i32)]
enum NightsWatch {} // { dg-error "unsupported representation for zero-variant enum" }