blob: 49449bfbc523cb275b6ef395f00904e4b1d291a6 [file] [log] [blame]
namespace NamespaceA.NamespaceB;
table TableInNestedNS
{
foo:int;
}
enum EnumInNestedNS:byte
{
A, B, C
}
struct StructInNestedNS
{
a:int;
b:int;
}