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

12 lines
142 B
Plaintext
Raw Permalink Normal View History

2025-08-25 08:38:42 +08:00
namespace testing;
table TestSubTable {
placeholder:int;
}
table TestTableStruct{
sub_table:TestSubTable;
}
root_type TestTableStruct;