Files
flatbuffers/tests/flatc/bar/bar.fbs
2022-08-06 21:11:03 -07:00

5 lines
48 B
Plaintext

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