Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
2dd86a954a1e2f3fb8b2290e9875d8495d683783
/
.
/
tests
/
namespace_test
/
namespace_test1.fbs
blob: f0b9c1669cfa12bd6c9fa8dbf4c6935f9f959f11 [
file
] [
log
] [
blame
]
namespace
NamespaceA
.
NamespaceB
;
table
TableInNestedNS
{
foo
:
int
;
}
union
UnionInNestedNS
{
TableInNestedNS
,
}
enum
EnumInNestedNS
:
byte
{
A
,
B
,
C
}
struct
StructInNestedNS
{
a
:
int
;
b
:
int
;
}