Sign in
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
refs/heads/upstream/master
/
.
/
tests
/
longer_namespace.fbs
blob: e1748dab2c61fd2b9f511fda1773a0da163540fd [
file
] [
log
] [
blame
] [
edit
]
namespace
longer_namespace
.
a
.
b
.
c
;
table
Person
{
name
:
string
;
age
:
short
;
}
root_type
Person
;