mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-24 11:51:46 +00:00
add test
This commit is contained in:
@@ -38,6 +38,7 @@ union Gadget {
|
||||
table Movie {
|
||||
main_character: Character;
|
||||
characters: [Character];
|
||||
gadget: Gadget;
|
||||
}
|
||||
|
||||
root_type Movie;
|
||||
|
||||
Reference in New Issue
Block a user