unplugged-vendor/system/bt/gd/dumpsys/internal/test_data/float.fbs

8 lines
94 B
Plaintext
Raw Normal View History

namespace testing;
table TestTableFloat {
test_float:float;
}
root_type TestTableFloat;