Sign in
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
d6444fb7fc73f73348d895a667e2a2bb7f2a4531
/
.
/
tests
/
namespace_test
/
namespace_test1.fbs
blob: f0b9c1669cfa12bd6c9fa8dbf4c6935f9f959f11 [
file
]
namespace
NamespaceA
.
NamespaceB
;
table
TableInNestedNS
{
foo
:
int
;
}
union
UnionInNestedNS
{
TableInNestedNS
,
}
enum
EnumInNestedNS
:
byte
{
A
,
B
,
C
}
struct
StructInNestedNS
{
a
:
int
;
b
:
int
;
}