Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
rust
/
compile
/
wildcard_struct.rs
blob: 9871625029f36b1f912fccae6e693c40ca148317 [
file
]
#![
feature
(
no_core
)]
#![
no_core
]
// { dg-error "expecting" "" { target *-*-* } .+1 }
struct
_
{
a
:
i32
,
}