• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1namespace testing;
2
3table TestTableInteger {
4    test_int:int;
5}
6
7root_type TestTableInteger;
8