1; Test: SpvParserTest_EmitFunctions_Function_EntryPoint_MultipleEntryPoints.spvasm 2; SPIR-V 3; Version: 1.0 4; Generator: Khronos SPIR-V Tools Assembler; 0 5; Bound: 8 6; Schema: 0 7OpCapability Shader 8OpMemoryModel Logical Simple 9OpEntryPoint Fragment %main "first_shader" 10OpEntryPoint Fragment %main "second_shader" 11OpExecutionMode %main OriginUpperLeft 12OpName %main "main" 13%void = OpTypeVoid 14%3 = OpTypeFunction %void 15%float = OpTypeFloat 32 16%uint = OpTypeInt 32 0 17%int = OpTypeInt 32 1 18%main = OpFunction %void None %3 19%7 = OpLabel 20OpReturn 21OpFunctionEnd 22 23