parallelization_phase: use `ANode::validate` after AST shenanigans.
[nit.git] / contrib / nitcc / tests / minilang.input1
1 a = 5;
2 print(a+2);