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