aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/issue-3606.rs
blob: 73b0bd6743bc2139edbf1c9c84fdc889f6f485e4 (plain)
1
2
3
4
5
6
// { dg-options "-w" }
#[repr()]
pub struct Coord {
    x: u32,
    y: u32,
}