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: