test/stubgen: add interface gen test
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
@0xb1b2b3b4b5b6b7b8;
|
||||
|
||||
using Import = import "base.capnp";
|
||||
|
||||
struct Team {
|
||||
members @0 :List(Import.Person);
|
||||
status @1 :Import.Status;
|
||||
}
|
||||
Reference in New Issue
Block a user