| ; Generator: Google Tint Compiler; 0 |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %main "main" |
| OpExecutionMode %main LocalSize 1 1 1 |
| OpName %func_F_i "func_F_i" |
| OpName %pointer "pointer" |
| OpMemberDecorate %str 0 Offset 0 |
| %_ptr_Function_str = OpTypePointer Function %str |
| %1 = OpTypeFunction %int %_ptr_Function_str |
| %uint_0 = OpConstant %uint 0 |
| %_ptr_Function_int = OpTypePointer Function %int |
| %14 = OpTypeFunction %void |
| %19 = OpConstantNull %str |
| %func_F_i = OpFunction %int None %1 |
| %pointer = OpFunctionParameter %_ptr_Function_str |
| %12 = OpAccessChain %_ptr_Function_int %pointer %uint_0 |
| %main = OpFunction %void None %14 |
| %F = OpVariable %_ptr_Function_str Function %19 |
| %20 = OpFunctionCall %int %func_F_i %F |