mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-07 22:03:40 +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:
11
tests/fuzzer/seed_codegen/struct_test
Normal file
11
tests/fuzzer/seed_codegen/struct_test
Normal file
@@ -0,0 +1,11 @@
|
||||
struct Vec2 {
|
||||
x:float;
|
||||
y:float;
|
||||
}
|
||||
|
||||
table Object {
|
||||
position:Vec2;
|
||||
id:int;
|
||||
}
|
||||
|
||||
root_type Object;
|
||||
Reference in New Issue
Block a user