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