flatbuffers/tests/flatc/bar/bar.fbs

5 lines
48 B
Plaintext

include "baz/baz.fbs";
table Bar {
baz:Baz;
}