aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/issue-4231.rs
blob: 4629baa93d5d35fb2debd5551cbebdccd63449fb (plain)
1
2
3
4
5
6
#[repr = ""] // { dg-error "malformed .repr. attribute" }
struct ThreeInts {
    first: i16,
    second: i8,
    third: i32
}