1namespace testing;
2
3table TestTableFloat {
4    test_float:float;
5}
6
7root_type TestTableFloat;
8