Blame test/uplus.awk

Packit 575503
BEGIN {
Packit 575503
   print "01" + 0
Packit 575503
   print +"01"
Packit 575503
   print -"01"
Packit 575503
}