; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 25
; Schema: 0
               OpCapability Shader
               OpMemoryModel Logical GLSL450
               OpEntryPoint GLCompute %f "f"
               OpExecutionMode %f LocalSize 1 1 1
               OpName %get_f32 "get_f32"
               OpName %f "f"
               OpName %v2 "v2"
               OpName %v3 "v3"
               OpName %v4 "v4"
      %float = OpTypeFloat 32
          %3 = OpTypeFunction %float
    %float_1 = OpConstant %float 1
       %void = OpTypeVoid
          %8 = OpTypeFunction %void
    %v2float = OpTypeVector %float 2
%_ptr_Function_v2float = OpTypePointer Function %v2float
    %v3float = OpTypeVector %float 3
%_ptr_Function_v3float = OpTypePointer Function %v3float
    %v4float = OpTypeVector %float 4
%_ptr_Function_v4float = OpTypePointer Function %v4float
    %get_f32 = OpFunction %float None %3
          %4 = OpLabel
               OpReturnValue %float_1
               OpFunctionEnd
          %f = OpFunction %void None %8
          %9 = OpLabel
         %v2 = OpVariable %_ptr_Function_v2float Function
         %v3 = OpVariable %_ptr_Function_v3float Function
         %v4 = OpVariable %_ptr_Function_v4float Function
         %10 = OpFunctionCall %float %get_f32
         %12 = OpCompositeConstruct %v2float %10 %10
               OpStore %v2 %12
         %15 = OpFunctionCall %float %get_f32
         %17 = OpCompositeConstruct %v3float %15 %15 %15
               OpStore %v3 %17
         %20 = OpFunctionCall %float %get_f32
         %22 = OpCompositeConstruct %v4float %20 %20 %20 %20
               OpStore %v4 %22
               OpReturn
               OpFunctionEnd
