mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-03 02:37:31 +00:00
10 lines
114 B
Text
10 lines
114 B
Text
// Test for #7355
|
|
table Foo {
|
|
my_foo : foo_properties;
|
|
}
|
|
|
|
struct foo_properties
|
|
{
|
|
a : bool;
|
|
b : bool;
|
|
}
|