8 lines
94 B
Plaintext
8 lines
94 B
Plaintext
namespace testing;
|
|
|
|
table TestTableInteger {
|
|
test_int:int;
|
|
}
|
|
|
|
root_type TestTableInteger;
|