Sign in
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
eb40a5467207cbfce3217fcef052d90a37c17b53
/
.
/
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
;