example_34_mix_types.cpp:19:11: error: assigning to 'pyobj *' from incompatible type '__ss_float' (aka 'double')
var = ((__ss_float)(__ss_int(8)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~
example_34_mix_types.cpp:21:11: error: assigning to 'pyobj *' from incompatible type '__ss_float' (aka 'double')
var = __ss_float(3.142);
^~~~~~~~~~~~~~~~~
example_34_mix_types.cpp:22:20: error: use of undeclared identifier '__gt'
ASSERT(___bool(__gt(__example_34_mix_types__::var, ((__ss_float)(__ss_int(0))))), 0);
^
ERROR: PARSING ERROR