| ; 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" |
| OpMemberDecorate %S 0 Offset 0 |
| %1 = OpTypeFunction %void |
| %_ptr_Function_int = OpTypePointer Function %int |
| %10 = OpConstantNull %int |
| %int_1 = OpConstant %int 1 |
| %19 = OpConstantComposite %S %int_1 |
| %unused_entry_point = OpFunction %void None %1 |
| %f = OpFunction %void None %1 |
| %i = OpVariable %_ptr_Function_int Function %10 |
| %20 = OpCompositeExtract %int %19 0 |
| %21 = OpSLessThan %bool %16 %20 |
| %15 = OpLogicalNot %bool %21 |
| OpSelectionMerge %23 None |
| OpBranchConditional %15 %24 %23 |