1: #line 2656 "./lpsrc/flx_regress.pak" 2: // impossible recursion 3: type int = "int"; 4: fun neg(a:int) = { return -a; }