Files
flatbuffers/tests/flatc/foo.fbs
2022-08-06 21:11:03 -07:00

7 lines
64 B
Plaintext

include "bar/bar.fbs";
table Foo {
bar:Bar;
}
root_type Foo;