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