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