error: no variant 'Bogus' on type 'Shape'
  --> /Users/agra/projects/sx/examples/59-err-bad-variant.sx:18:14
   |
18 |         case .Bogus: (x) { print("bogus={}\n", x); }
   |              ^^^^^^
