Add forgotten test files
This commit is contained in:
8
test/bar.capnp
Normal file
8
test/bar.capnp
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
@0x84ed73ce30ad1d3e;
|
||||||
|
|
||||||
|
using Foo = import "foo.capnp";
|
||||||
|
|
||||||
|
struct Bar {
|
||||||
|
id @0 :UInt32;
|
||||||
|
foo @1 :Foo.Foo;
|
||||||
|
}
|
||||||
7
test/foo.capnp
Normal file
7
test/foo.capnp
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
@0x84ed73ce30ad1d3f;
|
||||||
|
|
||||||
|
struct Foo {
|
||||||
|
id @0 :UInt32;
|
||||||
|
name @1 :Text;
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user