xref: /aosp_15_r20/external/flatbuffers/tests/flatc/bar/bar_with_foo.fbs (revision 890232f25432b36107d06881e0a25aaa6b473652)
1include "foo.fbs";
2include "baz/baz.fbs";
3
4table BarWithFoo {
5  foo:Foo;
6}