; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 12
; Schema: 0
               OpCapability Shader
               OpMemoryModel Logical GLSL450
               OpEntryPoint GLCompute %a "a"
               OpExecutionMode %a LocalSize 1 1 1
               OpName %a "a"
               OpName %a_0 "a"
       %void = OpTypeVoid
          %3 = OpTypeFunction %void
        %int = OpTypeInt 32 1
%_ptr_Function_int = OpTypePointer Function %int
      %int_0 = OpConstant %int 0
          %a = OpFunction %void None %3
          %4 = OpLabel
        %a_0 = OpVariable %_ptr_Function_int Function
               OpStore %a_0 %int_0
          %9 = OpLoad %int %a_0 None
               OpSelectionMerge %11 None
               OpSwitch %9 %10
         %10 = OpLabel
               OpReturn
         %11 = OpLabel
               OpUnreachable
               OpFunctionEnd
