Sign in
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
15802fa26c8357c0f6ee8b30d27f8fe482de6510
/
.
/
tests
/
long_namespace.fbs
blob: 08dc64b372a0bcb783a01a951e5eb80e4a7bf460 [
file
]
namespace
com
.
company
.
test
;
table
Person
{
name
:
string
;
age
:
short
;
}
root_type
Person
;