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