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