Blame test/printhuge.awk

Packit 575503
BEGIN {
Packit 575503
	printf("%c\n", sprintf("%c", (0xffffff00+255)))
Packit 575503
}