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