svoid test_structure_multiDimensionalIntArrays() { testStructureFunction(new int[] { 3, 10, -5 }); testStructureFunction(new int[][] { { 5, -10 }, { 3 } }); }