1.2.4. test/regress/rt-1.01.04

Start felix section to test/regress/rt-1.01.04-0.flx[1 /1 ]
     1: #line 250 "./lpsrc/flx_regress.pak"
     2: //Check export
     3: // The following program gets me c++ compilation errors when "print s" is
     4: // commented out:
     5: #import <flx.flxh>
     6: 
     7: proc poot(s: charp) {
     8:   // print s;
     9: }
    10: 
    11: export proc poot of (charp) as "poot";
    12: 
End felix section to test/regress/rt-1.01.04-0.flx[1]
Start data section to test/regress/rt-1.01.04-0.expect[1 /1 ]
End data section to test/regress/rt-1.01.04-0.expect[1]