1.3. Bad tests

All these should successfully compile, but currently fail or enter into an infinite loop.
Start felix section to test/kf01.flx[1 /1 ]
     1: #line 887 "./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;
    14: 
End felix section to test/kf01.flx[1]