On 04/10/2012 12:04 PM, Jacob Carlborg wrote:
>>
>> The odd thing is, when you skip _init and _fini and just do
>>
>> rt_init();
>> writeln("stuff");
>> rt_term();
>>
>> it doesn't segfault
>
> Are the module constructors run?
>
they would have to be for writeln to not segfault