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