blob: 0febc97b87c88d41f5c54a286b599a22f12d0e78 [file] [log] [blame]
table B {
id: int32;
}
table A {
b: [B];
}
root_type A;