Sign in
gnu
/
gcc.git
/
refs/heads/trunk
/
.
/
gcc
/
testsuite
/
rust
/
compile
/
wildcard_enum.rs
blob: 1d879323dce01e9fb19969a28f380f354d4a3cef [
file
]
#![
feature
(
no_core
)]
#![
no_core
]
// { dg-error "expecting" "" { target *-*-* } .+1 }
enum
_
{
Variant1
,
Variant2
,
}