Blame test/dbugtypedre2.ok

Packit 575503
Watchpoint 1: x
Packit 575503
Starting program: 
Packit 575503
Stopping in BEGIN ...
Packit 575503
Watchpoint 1: x
Packit 575503
  Old value: untyped variable
Packit 575503
  New value: 0
Packit 575503
main() at `dbugtypedre2.awk':1
Packit 575503
1       BEGIN { x = 0; x = @/[a-z]/; x = "" }
Packit 575503
Watchpoint 1: x
Packit 575503
  Old value: 0
Packit 575503
  New value: @/[a-z]/
Packit 575503
main() at `dbugtypedre2.awk':1
Packit 575503
1       BEGIN { x = 0; x = @/[a-z]/; x = "" }
Packit 575503
Program exited normally with exit value: 0
Packit 575503
EXIT CODE: 2