1struct S { 2 int[] unsizedArray; 3}; 4MyInterfaceBlock { 5 S data; 6}; 7 8/*%%* 9unsized arrays are not permitted here 10*%%*/ 11