forked from BigfootDev/flatbuffers
[C++] support native_inline attribute for vector of tables (#7479)
This commit is contained in:
7
tests/native_inline_table_test.fbs
Normal file
7
tests/native_inline_table_test.fbs
Normal file
@@ -0,0 +1,7 @@
|
||||
table NativeInlineTable {
|
||||
a: int;
|
||||
}
|
||||
|
||||
table TestNativeInlineTable {
|
||||
t: [NativeInlineTable] (native_inline);
|
||||
}
|
||||
Reference in New Issue
Block a user