1### Compilation failed: 2 3error: 1: array size must be positive 4InterfaceBlock { int[] z; } r[0]; 5 ^ 6error: 1: unsized array must be the last member of a storage block 7InterfaceBlock { int[] z; } r[0]; 8 ^^^^^^^^ 92 errors 10