| ; Generator: Google Tint Compiler; 0 |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %main "main" |
| OpExecutionMode %main LocalSize 1 1 1 |
| OpName %pointer "pointer" |
| %_ptr_Function_int = OpTypePointer Function %int |
| %1 = OpTypeFunction %int %int %_ptr_Function_int |
| %11 = OpTypeFunction %void |
| %int_123 = OpConstant %int 123 |
| %17 = OpConstantNull %int |
| %func = OpFunction %int None %1 |
| %value = OpFunctionParameter %int |
| %pointer = OpFunctionParameter %_ptr_Function_int |
| %9 = OpLoad %int %pointer |
| %10 = OpIAdd %int %value %9 |
| %main = OpFunction %void None %11 |
| %i = OpVariable %_ptr_Function_int Function %17 |
| %18 = OpFunctionCall %int %func %19 %i |