xref: /freebsd/contrib/one-true-awk/bugs-fixed/a-format.awk (revision fab66680b3df4792fb0d3d13b2c9cdd88538d3d2)
1BEGIN {
2	printf("%a\n", 42)
3}
4