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