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