| ; Generator: Google Tint Compiler; 0 |
| %12 = OpExtInstImport "GLSL.std.450" |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %main "main" |
| OpExecutionMode %main LocalSize 1 1 1 |
| %1 = OpTypeFunction %void |
| %_ptr_Function_float = OpTypePointer Function %float |
| %8 = OpConstantNull %float |
| %float_42 = OpConstant %float 42 |
| %main_1 = OpFunction %void None %1 |
| %a = OpVariable %_ptr_Function_float Function %8 |
| %b = OpVariable %_ptr_Function_float Function %8 |
| %11 = OpExtInst %float %12 Degrees %13 |
| %main = OpFunction %void None %1 |
| %16 = OpFunctionCall %void %main_1 |