OpCapability Shader
          %1 = OpExtInstImport "GLSL.std.450"
               OpMemoryModel Logical GLSL450
               OpEntryPoint Fragment %main "main" %_GLF_color
               OpExecutionMode %main OriginUpperLeft
               OpSource ESSL 310
               OpName %main "main"
               OpName %a "a"
               OpName %_GLF_color "_GLF_color"
               OpDecorate %a RelaxedPrecision
               OpDecorate %5 RelaxedPrecision
               OpDecorate %6 RelaxedPrecision
               OpDecorate %_GLF_color Location 0
       %void = OpTypeVoid
          %8 = OpTypeFunction %void
       %uint = OpTypeInt 32 0
%_ptr_Function_uint = OpTypePointer Function %uint
     %uint_4 = OpConstant %uint 4
     %uint_2 = OpConstant %uint 2
      %float = OpTypeFloat 32
    %v4float = OpTypeVector %float 4
%_ptr_Output_v4float = OpTypePointer Output %v4float
 %_GLF_color = OpVariable %_ptr_Output_v4float Output
    %float_1 = OpConstant %float 1
    %float_0 = OpConstant %float 0
         %18 = OpConstantComposite %v4float %float_1 %float_0 %float_0 %float_1
         %19 = OpConstantComposite %v4float %float_0 %float_0 %float_0 %float_0
       %main = OpFunction %void None %8
         %20 = OpLabel
          %a = OpVariable %_ptr_Function_uint Function
               OpStore %a %uint_4
          %5 = OpLoad %uint %a
          %6 = OpUDiv %uint %5 %uint_2
               OpSelectionMerge %21 None
               OpSwitch %6 %22 2 %23
         %22 = OpLabel
               OpStore %_GLF_color %19
               OpBranch %21
         %23 = OpLabel
               OpStore %_GLF_color %18
               OpBranch %21
         %21 = OpLabel
               OpReturn
               OpFunctionEnd