Currently we are not able to correctly default initialize the array values in the virtual machine.
The reason for this is that we do not know of which type the array is. Especially with struct types it becomes very hard to handle default initialization.