mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
11 lines
114 B
Plaintext
11 lines
114 B
Plaintext
// Test for #7355
|
|
table Foo {
|
|
my_foo : foo_properties;
|
|
}
|
|
|
|
struct foo_properties
|
|
{
|
|
a : bool;
|
|
b : bool;
|
|
}
|