Sign in
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
4e582b0c1d60c55f9a0a90f9740d4a4c48f3b53b
/
.
/
tests
/
vector_table_naked_ptr.fbs
blob: 0febc97b87c88d41f5c54a286b599a22f12d0e78 [
file
]
table B
{
id
:
int32
;
}
table A
{
b
:
[
B
];
}
root_type A
;