1.2.57. test/regress/rt-1.01.57

Start felix section to test/regress/rt-1.01.57-0.flx[1 /1 ]
     1: #line 2308 "./lpsrc/flx_regress.pak"
     2: //Check export
     3: #import <flx.flxh>
     4: 
     5: proc foo(x: int, y: int) { print x; print y; endl; }
     6: proc foo(a:int) { print a; }
     7: proc foo { }
     8: 
     9: export proc foo of (int*int) as "foo2";
    10: export proc foo of (int) as "foo1";
    11: export proc foo of (1) as "foo0";
    12: 
End felix section to test/regress/rt-1.01.57-0.flx[1]
Start data section to test/regress/rt-1.01.57-0.expect[1 /1 ]
End data section to test/regress/rt-1.01.57-0.expect[1]