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