Sign in
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
d74e2945f786ede926cadc74396013b39130e721
/
.
/
dart
/
test
/
bool_structs.fbs
blob: 47b26b5b1bd20f7a92f821f09948c07b3bf8f998 [
file
]
// Test for #7355
table
Foo
{
my_foo
:
foo_properties
;
}
struct
foo_properties
{
a
:
bool
;
b
:
bool
;
}