mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-05 03:37:29 +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
No EOL
61 B
Text
6 lines
No EOL
61 B
Text
table Person {
|
|
name:string;
|
|
age:int;
|
|
}
|
|
|
|
root_type Person; |