```D MyStruct test = void; ```
Does this guarantee that the compiler will not initialize it? Does it work with static arrays of struct too? The generated code is different than ``MyStruct test;``What exactly (by exactly i mean is the behavior documented somewhere?) ``void`` does?