DEBSOURCES
Skip Quicknav
sources / golang-github-google-flatbuffers / 24.12.23-1 / dart / test / bool_structs.fbs
12345678910
// Test for #7355 table Foo { my_foo : foo_properties; } struct foo_properties { a : bool; b : bool; }