Blame test/mbprintf2.awk

Packit 575503
BEGIN {
Packit 575503
	printf "%c\n",  65
Packit 575503
	printf "%c\n", "AA"
Packit 575503
}