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