1; SPIR-V
2; Version: 1.3
3; Generator: Google Tint Compiler; 0
4; Bound: 9
5; Schema: 0
6               OpCapability Shader
7               OpMemoryModel Logical GLSL450
8               OpEntryPoint GLCompute %main "main"
9               OpExecutionMode %main LocalSize 1 1 1
10               OpName %main "main"
11               OpName %v "v"
12       %void = OpTypeVoid
13          %1 = OpTypeFunction %void
14        %int = OpTypeInt 32 1
15%_ptr_Function_int = OpTypePointer Function %int
16          %8 = OpConstantNull %int
17       %main = OpFunction %void None %1
18          %4 = OpLabel
19          %v = OpVariable %_ptr_Function_int Function %8
20               OpReturn
21               OpFunctionEnd
22