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