| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 1 |
| ; Bound: 10 |
| ; Schema: 0 |
| OpCapability Shader |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint Fragment %f "f" |
| OpExecutionMode %f OriginUpperLeft |
| OpName %a "a" |
| OpName %f "f" |
| OpName %b "b" |
| %int = OpTypeInt 32 1 |
| %_ptr_Private_int = OpTypePointer Private %int |
| %int_1 = OpConstant %int 1 |
| %a = OpVariable %_ptr_Private_int Private %int_1 |
| %void = OpTypeVoid |
| %7 = OpTypeFunction %void |
| %f = OpFunction %void None %7 |
| %8 = OpLabel |
| %b = OpLoad %int %a None |
| OpReturn |
| OpFunctionEnd |