xref: /illumos-gate/usr/src/test/util-tests/tests/awk/bugs-fixed/unary-plus.awk (revision 6446bd46ed1b4e9f69da153665f82181ccaedad5)
1BEGIN {
2	print +"q"
3    print +"43.12345678912345678"
4}
5