1; SPIR-V
2; Version: 1.5
3; Generator: Khronos SPIR-V Tools Assembler; 0
4; Bound: 7
5; Schema: 0
6OpCapability Shader
7%1 = OpExtInstImport "GLSL.std.450"
8OpMemoryModel Logical GLSL450
9OpEntryPoint GLCompute %2 "main"
10OpExecutionMode %2 LocalSize 1 1 1
11OpSource GLSL 450
12OpName %2 "main"
13%3 = OpTypeVoid
14%4 = OpTypeFunction %3
15%5 = OpTypePointer Private %4
16%2 = OpFunction %3 None %4
17%6 = OpLabel
18OpReturn
19OpFunctionEnd
20