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