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