flatbuffers/tests/includer_test.fbs

6 lines
67 B
Plaintext

include "tests/included_test.fbs";
table Wrapper {
a:Wrapped;
}