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