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