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