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