namespace NamespaceA.NamespaceB;
table TableInNestedNS
{
foo:int;
}
enum EnumInNestedNS:byte
A, B, C
struct StructInNestedNS
a:int;
b:int;