flatbuffers/dart/test/bool_structs.fbs

11 lines
114 B
Plaintext

// Test for #7355
table Foo {
my_foo : foo_properties;
}
struct foo_properties
{
a : bool;
b : bool;
}