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