xref: /aosp_15_r20/external/flatbuffers/tests/includer_test.fbs (revision 890232f25432b36107d06881e0a25aaa6b473652)
1include "tests/included_test.fbs";
2
3table Wrapper {
4  a:Wrapped;
5}
6