Blob Blame History Raw
The complete DDS:
Dataset {
    Int32 i[4][5];
} test61;
The data:
Int32 i[4][5] = {{32, 1024, 32768, 1048576, 33554432},{1073741824, 32, 1024, 32768, 1048576},{33554432, 1073741824, 32, 1024, 32768},{1048576, 33554432, 1073741824, 32, 1024}};