blob: 053b9ce7e27ee2255adeb397078c15f08a006f18 [file] [log] [blame]
// { dg-additional-options "-frust-compile-until=typecheck" }
struct Struct(i32);
fn struct_pattern(Struct { 0: a }: Struct) {}