7 // Test that if an interface block contains an unsized array, it is
8 // illegal to use it as the LHS of a bulk assignment (even if both the
9 // LHS and the RHS of the assignment have the same implied array
12 // This test uses an unnamed interface block.