| struct tint_array_wrapper { |
| MyStruct ret_MyStruct() { |
| MyStruct const tint_symbol_2 = {}; |
| tint_array_wrapper ret_MyArray() { |
| tint_array_wrapper const tint_symbol_3 = {.arr={}}; |
| float3 v6 = float3(1.0f); |
| float3x3 v7 = float3x3(v6, v6, v6); |
| MyStruct v8 = {.f1=1.0f}; |
| tint_array_wrapper v9 = {.arr={}}; |
| MyStruct v13 = ret_MyStruct(); |
| MyStruct v14 = ret_MyStruct(); |
| tint_array_wrapper v15 = ret_MyArray(); |
| float4 value [[color(0)]]; |
| float4 tint_symbol_inner() { |
| fragment tint_symbol_1 tint_symbol() { |
| float4 const inner_result = tint_symbol_inner(); |
| tint_symbol_1 wrapper_result = {}; |
| wrapper_result.value = inner_result; |