mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 09:51:12 +00:00
7 lines
113 B
Text
7 lines
113 B
Text
table NativeInlineTable {
|
|
a: int;
|
|
}
|
|
|
|
table TestNativeInlineTable {
|
|
t: [NativeInlineTable] (native_inline);
|
|
}
|