8 lines
98 B
Plaintext
8 lines
98 B
Plaintext
|
namespace testing;
|
||
|
|
||
|
table TestTableString {
|
||
|
test_string:string;
|
||
|
}
|
||
|
|
||
|
root_type TestTableString;
|