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