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