| ; Generator: Google Tint Compiler; 0 |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint Fragment %main "main" |
| OpExecutionMode %main OriginUpperLeft |
| %1 = OpTypeFunction %void |
| %v2float = OpTypeVector %float 2 |
| %float_50 = OpConstant %float 50 |
| %float_60 = OpConstant %float 60 |
| %9 = OpConstantComposite %v2float %float_50 %float_60 |
| %10 = OpConstantComposite %v2float %float_60 %float_50 |
| %main_1 = OpFunction %void None %1 |
| %11 = OpDot %float %9 %10 |
| %main = OpFunction %void None %1 |
| %14 = OpFunctionCall %void %main_1 |