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
+11
View File
@@ -0,0 +1,11 @@
@0xa1a2a3a4a5a6a7a8;
struct Person {
name @0 :Text;
age @1 :Int32;
}
enum Status {
active @0;
inactive @1;
}