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