Start felix section to test/regress/bt-1.01.06-0.flx[1
/1
]
1: #line 2663 "./lpsrc/flx_regress.pak"
2: // privacy violation 3: #import <flx.flxh> 4: 5: module X
6: { 7: privatefun f:int -> int ="$1"; 8: val x = f 1; 9: } 10: open X; 11: val x = f 1;
End felix section to test/regress/bt-1.01.06-0.flx[1]