Blame test/printfbad2.awk

Packit Service f629e6
BEGIN { FS = "a" }
Packit Service f629e6
{ printf ($2 "\n") }