| ; Generator: Google Tint Compiler; 0 |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %main "main" |
| OpExecutionMode %main LocalSize 1 1 1 |
| %1 = OpTypeFunction %void |
| %v3float = OpTypeVector %float 3 |
| %mat3v3float = OpTypeMatrix %v3float 3 |
| %8 = OpConstantNull %mat3v3float |
| %_ptr_Function_mat3v3float = OpTypePointer Function %mat3v3float |
| %int_1 = OpConstant %int 1 |
| %uint_1 = OpConstant %uint 1 |
| %_ptr_Function_float = OpTypePointer Function %float |
| %main_1 = OpFunction %void None %1 |
| %m = OpVariable %_ptr_Function_mat3v3float Function %8 |
| %16 = OpAccessChain %_ptr_Function_float %m %int_1 %uint_1 |
| %main = OpFunction %void None %1 |
| %20 = OpFunctionCall %void %main_1 |