1; SPIR-V
2; Version: 1.3
3; Generator: Google Tint Compiler; 0
4; Bound: 16
5; Schema: 0
6               OpCapability Shader
7               OpMemoryModel Logical GLSL450
8               OpEntryPoint GLCompute %unused_entry_point "unused_entry_point"
9               OpExecutionMode %unused_entry_point LocalSize 1 1 1
10               OpName %unused_entry_point "unused_entry_point"
11               OpName %f "f"
12               OpName %i "i"
13       %void = OpTypeVoid
14          %1 = OpTypeFunction %void
15        %int = OpTypeInt 32 1
16      %int_0 = OpConstant %int 0
17%_ptr_Function_int = OpTypePointer Function %int
18         %11 = OpConstantNull %int
19%unused_entry_point = OpFunction %void None %1
20          %4 = OpLabel
21               OpReturn
22               OpFunctionEnd
23          %f = OpFunction %void None %1
24          %6 = OpLabel
25          %i = OpVariable %_ptr_Function_int Function %11
26               OpStore %i %int_0
27               OpBranch %12
28         %12 = OpLabel
29               OpLoopMerge %13 %14 None
30               OpBranch %15
31         %15 = OpLabel
32               OpBranch %14
33         %14 = OpLabel
34               OpBranch %12
35         %13 = OpLabel
36               OpReturn
37               OpFunctionEnd
38