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