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