summaryrefslogtreecommitdiff
path: root/test/printf0.awk
blob: ac8ad3c20da456e79b711894e925c7f87697a6e6 (plain)
1
2
3
4
5
BEGIN {
	# bwk accepts this silently:
	printf
	print "X"
}