aboutsummaryrefslogtreecommitdiffstats
path: root/test/printhuge.awk
blob: 4d4fb7d4edcfcc95f78af7f0eef5e81a847983c4 (plain)
1
2
3
BEGIN {
	printf("%c", sprintf("%c", (0xffffff00+255)))
}