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