Merge: nitdoc: prepare the migration of nitdoc component to new phases
[nit.git] / contrib / nitcc / tests / sav / calc.input1.res
1 Start
2   e_sub
3     e_add
4       e_int
5         int@(1:1-1:2)='1'
6       '+'@(1:2-1:3)
7       e_div
8         e_mul
9           e_int
10             int@(1:3-1:4)='2'
11           '*'@(1:4-1:5)
12           e_int
13             int@(1:5-1:6)='3'
14         '/'@(1:6-1:7)
15         e_int
16           int@(1:7-1:8)='4'
17     '-'@(1:8-1:9)
18     e_neg
19       '-'@(1:9-1:10)
20       e_int
21         int@(1:10-1:11)='5'
22   Eof@(2:1-2:1)=''