1; SPIR-V
2; Version: 1.0
3; Generator: Khronos Glslang Reference Front End; 10
4; Bound: 10
5; Schema: 0
6               OpCapability Shader
7          %1 = OpExtInstImport "GLSL.std.450"
8               OpMemoryModel Logical GLSL450
9               OpEntryPoint Fragment %main "main" %gl_FragDepth
10               OpExecutionMode %main OriginUpperLeft
11               OpExecutionMode %main DepthReplacing
12               OpSource GLSL 450
13               OpName %main "main"
14               OpName %gl_FragDepth "gl_FragDepth"
15               OpDecorate %gl_FragDepth BuiltIn FragDepth
16       %void = OpTypeVoid
17          %3 = OpTypeFunction %void
18      %float = OpTypeFloat 32
19%_ptr_Output_float = OpTypePointer Output %float
20  %float_0_5 = OpConstant %float 0.5
21%gl_FragDepth = OpVariable %_ptr_Output_float Output %float_0_5
22       %main = OpFunction %void None %3
23          %5 = OpLabel
24               OpReturn
25               OpFunctionEnd
26