Blame test/ofmts.awk

Packit Service f629e6
BEGIN { OFMT= "%s" }
Packit Service f629e6
{ $1 + $2; print $1, $2 }