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