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