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