xref: /illumos-gate/usr/src/test/util-tests/tests/awk/gnu/intprec.awk (revision 28c5054df6dda607af9c25186be1c9644cb5bab5)
1BEGIN { printf "%.10d:%.10x\n", 5, 14 }
2