aboutsummaryrefslogtreecommitdiffstats
path: root/testcases
blob: 87973150a65469c6e3ba31adab3028168640c351 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
1:
./cppawk 'BEGIN { print "hello" }'
:
hello
--
2:
./cppawk -M 'BEGIN { print 1000000000000000000000000 + 1 }'
:
1000000000000000000000001
--
3:
./cppawk -f
:
ERR