forked from BigfootDev/flatbuffers
* create test that fails to compile * fix the issue * add test body * force commit gneerated header * build failures * fix bazel some more
10 lines
62 B
Plaintext
10 lines
62 B
Plaintext
table B {
|
|
id: int32;
|
|
}
|
|
|
|
table A {
|
|
b: [B];
|
|
}
|
|
|
|
root_type A;
|