mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 20:15:34 +00:00
7 lines
64 B
Plaintext
7 lines
64 B
Plaintext
include "bar/bar.fbs";
|
|
|
|
table Foo {
|
|
bar:Bar;
|
|
}
|
|
|
|
root_type Foo; |