1; Test: SpvParserTest_Impl_GenericVulkanShader_SimpleMemoryModel.spvasm 2; SPIR-V 3; Version: 1.0 4; Generator: Khronos SPIR-V Tools Assembler; 0 5; Bound: 5 6; Schema: 0 7OpCapability Shader 8OpMemoryModel Logical Simple 9OpEntryPoint GLCompute %1 "main" 10OpExecutionMode %1 LocalSize 1 1 1 11%void = OpTypeVoid 12%3 = OpTypeFunction %void 13%1 = OpFunction %void None %3 14%4 = OpLabel 15OpReturn 16OpFunctionEnd 17 18