blob: f83e510994d6d013f361aff3c045e855e40395cb [file] [log] [blame]
namespace v2;
table RootTable {
a:float;
b:[uint8];
big_vector:[uint8] (vector64);
}
root_type RootTable;