add test/blob_test.capnp

This commit is contained in:
Dominik Andreas
2024-01-23 07:12:52 +00:00
committed by Jacob Alexander
parent ed461ed2f5
commit 237fa7dd4b

5
test/blob_test.capnp Normal file
View File

@@ -0,0 +1,5 @@
@0xacfbfd0b7bde9594;
struct BlobTest {
blob @0 :Data;
}