...

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

Documentation: github.com/google/flatbuffers/tests

     1table NativeInlineTable {
     2  a: int;
     3}
     4
     5table TestNativeInlineTable {
     6  t: [NativeInlineTable] (native_inline);
     7}

View as plain text