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