summaryrefslogtreecommitdiff
path: root/tests/interp/oword-bug315-p2/test.ngc
blob: 688d3792cadee3fad4ceb2baa4f3ee05d14e4565 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
o1 sub
g0 x1y1z1
(debug,not executing this one)
o1 endsub

o2 sub
g0 x2y2z2
(debug,executing this one)
o2 endsub

o<multipass> sub
#<sub> = 2
o#<sub> call
o<multipass> endsub

o<multipass> call

m2