12 lines
142 B
Plaintext
12 lines
142 B
Plaintext
|
namespace testing;
|
||
|
|
||
|
table TestSubTable {
|
||
|
placeholder:int;
|
||
|
}
|
||
|
|
||
|
table TestTableStruct{
|
||
|
sub_table:TestSubTable;
|
||
|
}
|
||
|
|
||
|
root_type TestTableStruct;
|