Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
rust
/
compile
/
issue-3591.rs
blob: 48eb54cb5f2a39f0a8aba01d2c5d8722271490cb [
file
]
#![
feature
(
no_core
)]
#![
no_core
]
fn
main
()
{
match
(
0
,
92
,
29
)
{
(
pat
,
..)
=>
{}
}
}