Test large reads
This commit is contained in:
13
test/test_large_read.capnp
Normal file
13
test/test_large_read.capnp
Normal file
@@ -0,0 +1,13 @@
|
||||
@0x86dbb3b256f5d2af;
|
||||
|
||||
struct Row {
|
||||
values @0 :List(Int32);
|
||||
}
|
||||
|
||||
struct MultiArray {
|
||||
rows @0 :List(Row);
|
||||
}
|
||||
|
||||
struct Msg {
|
||||
data @0 :List(UInt8);
|
||||
}
|
||||
Reference in New Issue
Block a user