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

8 lines
98 B
Plaintext
Raw Normal View History

namespace testing;
table TestTableString {
test_string:string;
}
root_type TestTableString;