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