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