Sign in
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
d6444fb7fc73f73348d895a667e2a2bb7f2a4531
/
.
/
tests
/
include_test
/
order.fbs
blob: 4588d5fd1b3469bcad7ba16b72c300e7c1eb8b8c [
file
]
include
"no_namespace.fbs"
;
namespace
order
;
table
Food
{
pizza
:
Pizza
(
id
:
0
);
pizza_test
:
Pizza
(
id
:
1
);
}