Sign in
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
8914d06ab7123167424438cf293bb349833bcb7d
/
.
/
tests
/
flatc
/
foo_with_ns.fbs
blob: c348d9b84f1d48e96a38821ab676051381c2c771 [
file
]
include
"bar/bar_with_ns.fbs"
;
namespace
something
;
table
Foo
{
bar
:
bar
.
Bar
;
}
root_type
Foo
;