Files
flatbuffers-bigfoot/tests/flatc/bar/bar_with_foo.fbs
Derek Bailey d6f06c33f7 Reworked keep prefix (#7456)
* reworked keep prefix

* checking in missing schema

* fix flatc path for build scripts
2022-08-22 18:59:24 -07:00

6 lines
74 B
Plaintext

include "foo.fbs";
include "baz/baz.fbs";
table BarWithFoo {
foo:Foo;
}