mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-28 06:38:05 +00:00
Fix vector of table with naked ptr (#8830)
* create test that fails to compile * fix the issue * add test body * force commit gneerated header * build failures * fix bazel some more
This commit is contained in:
9
tests/vector_table_naked_ptr.fbs
Normal file
9
tests/vector_table_naked_ptr.fbs
Normal file
@@ -0,0 +1,9 @@
|
||||
table B {
|
||||
id: int32;
|
||||
}
|
||||
|
||||
table A {
|
||||
b: [B];
|
||||
}
|
||||
|
||||
root_type A;
|
||||
Reference in New Issue
Block a user