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;