Sign in
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
e5a9ff757f94ec6f3fb62c8f2c8a9618fc6d63e2
/
.
/
tests
/
flatc
/
bar
/
bar_with_ns.fbs
blob: f5a800d0743eff304b7c2b7f8185f654ae920740 [
file
]
include
"baz/baz_with_ns.fbs"
;
include
"baz/baz.fbs"
;
namespace
bar
;
table
Bar
{
baz
:
baz
.
Baz
;
baz2
:
Baz
;
foo
:
Foo
;
}
table
Foo
{
a
:
int
;
}