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