Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
rust
/
compile
/
issue-3606.rs
blob: 73b0bd6743bc2139edbf1c9c84fdc889f6f485e4 [
file
] [
log
] [
blame
]
// { dg-options "-w" }
#[
repr
()]
pub
struct
Coord
{
x
:
u32
,
y
:
u32
,
}