1.2.9. test/regress/rt-1.01.09

Start felix section to test/regress/rt-1.01.09-0.flx[1 /1 ]
     1: #line 439 "./lpsrc/flx_regress.pak"
     2: //Check insertions
     3: // code insertion
     4: body "#include <iostream>";
     5: code 'static int x = 1;';
     6: type int = "int";
     7: fun add:int * int -> int = "$1 + $2";
     8: fun two (): int = { return code[int]x + code[int]'x'; }
     9: proc print:int = 'std::cout << $1 << std::endl;';
    10: print (two());
End felix section to test/regress/rt-1.01.09-0.flx[1]
Start data section to test/regress/rt-1.01.09-0.expect[1 /1 ]
     1: 2
End data section to test/regress/rt-1.01.09-0.expect[1]