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