| ; 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" |
| OpDecorate %_arr_int_uint_1 ArrayStride 4 |
| %1 = OpTypeFunction %void |
| %_ptr_Function_int = OpTypePointer Function %int |
| %10 = OpConstantNull %int |
| %uint_1 = OpConstant %uint 1 |
| %_arr_int_uint_1 = OpTypeArray %int %uint_1 |
| %int_1 = OpConstant %int 1 |
| %21 = OpConstantComposite %_arr_int_uint_1 %int_1 |
| %int_0 = OpConstant %int 0 |
| %unused_entry_point = OpFunction %void None %1 |
| %f = OpFunction %void None %1 |
| %i = OpVariable %_ptr_Function_int Function %10 |
| %23 = OpCompositeExtract %int %21 0 |
| %24 = OpSLessThan %bool %16 %23 |
| %15 = OpLogicalNot %bool %24 |
| OpSelectionMerge %26 None |
| OpBranchConditional %15 %27 %26 |