1; Test: SpvParserFunctionVarTest_EmitFunctionVariables_MemberDecorate_RelaxedPrecision.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 "main" 10OpExecutionMode %100 OriginUpperLeft 11OpName %myvar "myvar" 12OpName %strct "strct" 13OpMemberDecorate %strct 0 RelaxedPrecision 14%float = OpTypeFloat 32 15%strct = OpTypeStruct %float 16%_ptr_Function_strct = OpTypePointer Function %strct 17%void = OpTypeVoid 18%6 = OpTypeFunction %void 19%100 = OpFunction %void None %6 20%7 = OpLabel 21%myvar = OpVariable %_ptr_Function_strct Function 22OpReturn 23OpFunctionEnd 24 25