8 lines
113 B
Plaintext
8 lines
113 B
Plaintext
table NativeInlineTable {
|
|
a: int;
|
|
}
|
|
|
|
table TestNativeInlineTable {
|
|
t: [NativeInlineTable] (native_inline);
|
|
}
|