mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-10 23:17:27 +00:00
[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