mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 20:15:34 +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
134 B
Plaintext
11 lines
134 B
Plaintext
attribute "csharp_namespace";
|
|
|
|
namespace Test;
|
|
|
|
table Data (csharp_partial) {
|
|
value:int;
|
|
}
|
|
|
|
root_type Data;
|
|
|
|
file_identifier "TEST"; |