mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-08 06:05:17 +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:
8
tests/fuzzer/seed_codegen/enum_test
Normal file
8
tests/fuzzer/seed_codegen/enum_test
Normal file
@@ -0,0 +1,8 @@
|
||||
enum Color:byte { Red, Green, Blue }
|
||||
|
||||
table Item {
|
||||
name:string;
|
||||
color:Color;
|
||||
}
|
||||
|
||||
root_type Item;
|
||||
Reference in New Issue
Block a user