Basic function calling and generation
[cc1516.git] / examples / codeGen.spl
1 main() {
2 var x = 3;
3 return 4 + 2 + x;
4 }