Sign in
fuchsia
/
third_party
/
github.com
/
google
/
flatbuffers
/
refs/heads/main
/
.
/
tests
/
64bit
/
evolution
/
v1.fbs
blob: dcdc0badc9bb27d44a3e4f3ca4df693156436406 [
file
] [
log
] [
blame
] [
edit
]
namespace
v1
;
table
RootTable
{
a
:
float
;
b
:[
uint8
];
}
root_type
RootTable
;