| ; Generator: Google Tint Compiler; 0 |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %f "f" |
| OpExecutionMode %f LocalSize 1 1 1 |
| %1 = OpTypeFunction %void |
| %_ptr_Function_int = OpTypePointer Function %int |
| %int_10 = OpConstant %int 10 |
| %int_22 = OpConstant %int 22 |
| %int_33 = OpConstant %int 33 |
| %int_44 = OpConstant %int 44 |
| %f = OpFunction %void None %1 |
| %i = OpVariable %_ptr_Function_int Function %8 |
| %result = OpVariable %_ptr_Function_int Function %8 |
| OpSelectionMerge %10 None |
| OpSwitch %11 %12 0 %13 1 %14 2 %15 |