| ; SPIR-V | 
 | ; Version: 1.3 | 
 | ; Generator: Google Tint Compiler; 0 | 
 | ; Bound: 18 | 
 | ; Schema: 0 | 
 |                OpCapability Shader | 
 |                OpMemoryModel Logical GLSL450 | 
 |                OpEntryPoint GLCompute %f "f" | 
 |                OpExecutionMode %f LocalSize 1 1 1 | 
 |                OpName %s_block "s_block" | 
 |                OpMemberName %s_block 0 "inner" | 
 |                OpName %s "s" | 
 |                OpName %f "f" | 
 |                OpName %_A "_A" | 
 |                OpMemberName %_A 0 "_B" | 
 |                OpDecorate %s_block Block | 
 |                OpMemberDecorate %s_block 0 Offset 0 | 
 |                OpDecorate %s DescriptorSet 0 | 
 |                OpDecorate %s Binding 0 | 
 |                OpMemberDecorate %_A 0 Offset 0 | 
 |         %int = OpTypeInt 32 1 | 
 |     %s_block = OpTypeStruct %int | 
 | %_ptr_StorageBuffer_s_block = OpTypePointer StorageBuffer %s_block | 
 |           %s = OpVariable %_ptr_StorageBuffer_s_block StorageBuffer | 
 |        %void = OpTypeVoid | 
 |           %5 = OpTypeFunction %void | 
 |          %_A = OpTypeStruct %int | 
 |          %10 = OpConstantNull %_A | 
 |        %uint = OpTypeInt 32 0 | 
 |      %uint_0 = OpConstant %uint 0 | 
 | %_ptr_StorageBuffer_int = OpTypePointer StorageBuffer %int | 
 |           %f = OpFunction %void None %5 | 
 |           %8 = OpLabel | 
 |          %11 = OpCompositeExtract %int %10 0 | 
 |          %15 = OpAccessChain %_ptr_StorageBuffer_int %s %uint_0 | 
 |          %16 = OpCompositeExtract %int %10 0 | 
 |          %17 = OpIAdd %int %16 %11 | 
 |                OpStore %15 %17 | 
 |                OpReturn | 
 |                OpFunctionEnd |