Sign in
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
refs/heads/upstream/master
/
.
/
tests
/
long_namespace.fbs
blob: 08dc64b372a0bcb783a01a951e5eb80e4a7bf460 [
file
] [
log
] [
blame
] [
edit
]
namespace
com
.
company
.
test
;
table
Person
{
name
:
string
;
age
:
short
;
}
root_type
Person
;