658ea6e3384e6d0523b299766cb34404fa9ed433
[cc1516.git] / codeGen.spl
1 f() {
2 return 2;
3 }
4 main() {
5 var x = 3;
6 return 1 + 2 + x + f();
7 }