aboutsummaryrefslogtreecommitdiffstats
path: root/testcases
blob: ba4ed64307981d2305b6bccebc1f10f9f97a37de (plain)
1
2
3
4
5
6
7
8
9
1:
./cppawk 'BEGIN { print "hello" }'
:
hello
--
2:
./cppawk -M 'BEGIN { print 1000000000000000000000000 + 1 }'
:
1000000000000000000000001