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