1.6.9. test/regress/bt-1.01.09

Start felix section to test/regress/bt-1.01.09-0.flx[1 /1 ]
     1: #line 2693 "./lpsrc/flx_regress.pak"
     2: // this should give an error at felix time
     3: // but we only get one at C++ compile time
     4: 
     5: /*
     6: [skaller@pelican] ~/links/flx>g++ -w -I. sss.cpp
     7: sss.cpp: In member function `virtual flx::rtl::con_t*
     8:    _i12_p11__init_::resume()':
     9: sss.cpp:256: no matching function for call to `_i15_p6__lam_1::call(
    10:    flx::rtl::con_t*&, _i18_f8__lam_2*&)'
    11: sss.cpp:121: candidates are: virtual flx::rtl::con_t*
    12:    _i15_p6__lam_1::call(flx::rtl::con_t*)
    13: */
    14: ctypes int;
    15: { var x:int; read x; }
    16: 
    17: { {var x:int; read x; } }
    18: 
    19: ;
End felix section to test/regress/bt-1.01.09-0.flx[1]