Sign in
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
22770f7e851c88d3e4b261062a640be558e32302
/
.
/
tests
/
flatc
/
bar
/
bar_with_foo.fbs
blob: d5c0f9c3f7644b10a77af0bc9a8ec90c15c70489 [
file
]
include
"foo.fbs"
;
include
"baz/baz.fbs"
;
table
BarWithFoo
{
foo
:
Foo
;
}