1; SPIR-V
2; Version: 1.3
3; Generator: Google Tint Compiler; 0
4; Bound: 11
5; Schema: 0
6               OpCapability Shader
7               OpMemoryModel Logical GLSL450
8               OpEntryPoint GLCompute %main "main"
9               OpExecutionMode %main LocalSize 1 1 1
10               OpName %S "S"
11               OpMemberName %S 0 "a"
12               OpMemberName %S 1 "b"
13               OpName %v "v"
14               OpName %main "main"
15               OpMemberDecorate %S 0 Offset 0
16               OpMemberDecorate %S 1 Offset 4
17        %int = OpTypeInt 32 1
18      %float = OpTypeFloat 32
19          %S = OpTypeStruct %int %float
20%_ptr_Private_S = OpTypePointer Private %S
21          %6 = OpConstantNull %S
22          %v = OpVariable %_ptr_Private_S Private %6
23       %void = OpTypeVoid
24          %7 = OpTypeFunction %void
25       %main = OpFunction %void None %7
26         %10 = OpLabel
27               OpReturn
28               OpFunctionEnd
29