struct MyStruct {
        // stuff
}

void main(string[] args) {
        MyStruct s1 = void;
}

Could anyone describe me what this initialization does, please?
When do I need to use the void initialization?

Reply via email to