...

Text file src/github.com/google/flatbuffers/tests/includer_test.fbs

Documentation: github.com/google/flatbuffers/tests

     1include "tests/included_test.fbs";
     2
     3table Wrapper {
     4  a:Wrapped;
     5}

View as plain text