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