Sign in
◑
Theme
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
2b8e4d3af04a6c38c7a7e19460fc26faa3608c9e
/
.
/
tests
/
fuzzer
/
seed_codegen
/
struct_test
blob: f6f2853a6ce0f1a8d7d47576b8ed06a45596e6c2 [
file
]
struct
Vec2
{
x
:
float
;
y
:
float
;
}
table
Object
{
position
:
Vec2
;
id
:
int
;
}
root_type
Object
;