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