mirror of
https://github.com/google/flatbuffers.git
synced 2025-04-08 09:12:14 +08:00
8 lines
113 B
Plaintext
8 lines
113 B
Plaintext
table NativeInlineTable {
|
|
a: int;
|
|
}
|
|
|
|
table TestNativeInlineTable {
|
|
t: [NativeInlineTable] (native_inline);
|
|
}
|