mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-06 05:27:24 +00:00
6 lines
74 B
Plaintext
6 lines
74 B
Plaintext
include "foo.fbs";
|
|
include "baz/baz.fbs";
|
|
|
|
table BarWithFoo {
|
|
foo:Foo;
|
|
} |