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