1.2.56. test/regress/rt-1.01.56

Start felix section to test/regress/rt-1.01.56-0.flx[1 /1 ]
     1: #line 2288 "./lpsrc/flx_regress.pak"
     2: //Check export
     3: #import <flx.flxh>
     4: 
     5: include "flx_faio";
     6: 
     7: var clock = Faio::mk_alarm_clock();
     8: 
     9: proc foo(x: int, y: int) {
    10:     print x; endl; print y; endl;
    11:     Faio::sleep (clock,1.0);
    12: }
    13: 
    14: export proc foo of (int*int) as "foo";
End felix section to test/regress/rt-1.01.56-0.flx[1]
Start data section to test/regress/rt-1.01.56-0.expect[1 /1 ]
End data section to test/regress/rt-1.01.56-0.expect[1]