1.7.1. test/regress/kf-1.01.01

Start felix section to test/regress/kf-1.01.01-0.flx[1 /1 ]
     1: #line 2730 "./lpsrc/flx_regress.pak"
     2: #import <flx.flxh>
     3: 
     4: proc foo(x, y:int)
     5: {
     6: }
     7: 
     8: proc foo(x)
     9: {
    10:   foo (0, x);
    11: }
    12: 
    13: foo 0;
End felix section to test/regress/kf-1.01.01-0.flx[1]