Test large reads

This commit is contained in:
Jason Paryani
2016-06-17 13:50:26 -07:00
parent 239286d4ac
commit e4c128de61
2 changed files with 55 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
@0x86dbb3b256f5d2af;
struct Row {
values @0 :List(Int32);
}
struct MultiArray {
rows @0 :List(Row);
}
struct Msg {
data @0 :List(UInt8);
}