summaryrefslogtreecommitdiff
path: root/test/negexp.awk
blob: 3b3a3c06160d2df51e076bea3b8a033e26f4cee6 (plain)
1
BEGIN { a = -2; print 10^a }