mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 12:05:50 +00:00
* adds code generation fuzzer target. * add buffer verification * add table verification in codegen fuzzer --------- Co-authored-by: Björn Harrtell <bjornharrtell@users.noreply.github.com>
6 lines
61 B
Plaintext
6 lines
61 B
Plaintext
table Person {
|
|
name:string;
|
|
age:int;
|
|
}
|
|
|
|
root_type Person; |