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