[Yunq] Add basic test for repeated fields.

This commit is contained in:
Drew Galbraith 2024-01-17 15:15:55 -08:00
parent 65e9fa1767
commit 27c39d05e8
5 changed files with 80 additions and 1 deletions

View file

@ -13,3 +13,7 @@ message Types {
message Cap {
capability cap;
}
message Repeated {
repeated u64 unsigned_ints;
}