mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-10 07:06:26 +00:00
[fuzzer] Adds code generation target. (#8795)
* 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>
This commit is contained in:
6
tests/fuzzer/seed_codegen/empty_namespace
Normal file
6
tests/fuzzer/seed_codegen/empty_namespace
Normal file
@@ -0,0 +1,6 @@
|
||||
table Person {
|
||||
name:string;
|
||||
age:int;
|
||||
}
|
||||
|
||||
root_type Person;
|
||||
Reference in New Issue
Block a user