1.2.58. test/regress/rt-1.01.58

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