Sign in
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
e53732b9b9842a8091de33a0b78fd7d8e464b31e
/
.
/
tests
/
native_inline_table_test.fbs
blob: cbe8940b5085c0eac664ae9c84f090f15c0aa14f [
file
]
table
NativeInlineTable
{
a
:
int
;
}
table
TestNativeInlineTable
{
t
:
[
NativeInlineTable
]
(
native_inline
);
}