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