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