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