Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
rust
/
compile
/
issue-1361.rs
blob: 24fdbfaa8bf3d1a4b90947353908961840f835c2 [
file
]
// { dg-options "-w" }
#![
feature
(
no_core
)]
#![
no_core
]
fn
foo
()
->
S
{
S
{
a
:
15
}
}
struct
S
{
a
:
i32
,
}