Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
rust
/
compile
/
tupple_struct_pattern_tuple.rs
blob: 053b9ce7e27ee2255adeb397078c15f08a006f18 [
file
] [
log
] [
blame
]
// { dg-additional-options "-frust-compile-until=typecheck" }
struct
Struct
(
i32
);
fn
struct_pattern
(
Struct
{
0
:
a
}:
Struct
)
{}