1 2 3 4 5 6 7 8
// { dg-options "-w" } enum Empty {} fn foo(x: Empty) { let x: Empty = match x { // empty }; }