1.8.2. test/regress/wt-1.01.02

Start felix section to test/regress/wt-1.01.02-0.flx[1 /1 ]
     1: #line 2763 "./lpsrc/flx_regress.pak"
     2: #import <flx.flxh>
     3: 
     4: proc foo (x:int) = {
     5:   print 'here'; endl;
     6: }
     7: 
     8: proc bar (x:int) => foo x;
End felix section to test/regress/wt-1.01.02-0.flx[1]