Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
rust
/
compile
/
match-identifierpattern.rs
blob: 6c558ac065b976d82745fe30497552f034ed5952 [
file
] [
log
] [
blame
]
fn
main
()
{
let
x
=
1
;
match
x
{
2
=>
{},
a
@
3
=>
{},
_
=>
{},
}
}