aboutsummaryrefslogtreecommitdiff
path: root/bugs-fixed/unary-plus.awk
blob: ba6185b9670407fdb3b98a0a96e6dc8364c7fcdd (plain)
1
2
3
4
BEGIN {
	print +"q"
    print +"43.12345678912345678"
}