| ; Generator: Google Tint Compiler; 0 |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %unused_entry_point "unused_entry_point" |
| OpExecutionMode %unused_entry_point LocalSize 1 1 1 |
| OpName %unused_entry_point "unused_entry_point" |
| %1 = OpTypeFunction %void |
| %_ptr_Function_int = OpTypePointer Function %int |
| %11 = OpConstantNull %int |
| %int_4 = OpConstant %int 4 |
| %int_1 = OpConstant %int 1 |
| %unused_entry_point = OpFunction %void None %1 |
| %f = OpFunction %int None %5 |
| %i = OpVariable %_ptr_Function_int Function %11 |
| %19 = OpSLessThan %bool %17 %int_4 |
| %16 = OpLogicalNot %bool %19 |
| OpSelectionMerge %21 None |
| OpBranchConditional %16 %22 %21 |
| %25 = OpIAdd %int %23 %int_1 |