test/stubgen: add interface gen test

This commit is contained in:
2026-07-09 15:39:31 +08:00
parent 5ba32908b4
commit b15afe03d0
3 changed files with 30 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
@0xb1b2b3b4b5b6b7b8;
using Import = import "base.capnp";
struct Team {
members @0 :List(Import.Person);
status @1 :Import.Status;
}