Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
2dd86a954a1e2f3fb8b2290e9875d8495d683783
/
.
/
tests
/
native_inline_table_test.fbs
blob: cbe8940b5085c0eac664ae9c84f090f15c0aa14f [
file
] [
log
] [
blame
]
table
NativeInlineTable
{
a
:
int
;
}
table
TestNativeInlineTable
{
t
:
[
NativeInlineTable
]
(
native_inline
);
}