mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-01 19:58:15 +00:00
* 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;
|