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>
11 lines
No EOL
101 B
Text
11 lines
No EOL
101 B
Text
struct Vec2 {
|
|
x:float;
|
|
y:float;
|
|
}
|
|
|
|
table Object {
|
|
position:Vec2;
|
|
id:int;
|
|
}
|
|
|
|
root_type Object; |