packages/modules/Bluetooth/system/gd/dumpsys/internal/test_data/float.fbs

8 lines
94 B
Plaintext
Raw Normal View History

2025-08-25 08:38:42 +08:00
namespace testing;
table TestTableFloat {
test_float:float;
}
root_type TestTableFloat;