Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
rust
/
compile
/
match-struct-path.rs
blob: acadcdb87ad416a521e3429752f06b1d1c09833b [
file
] [
log
] [
blame
]
pub
struct
S
;
pub
fn
foo
(
v
:
S
)
{
match
v
{
S
=>
()
}
}