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