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