blob: 880e9d2c0278d65ed75668b2d5d9aa4b54fbdfb3 [file] [log] [blame]
; Test: SpvParserTest_Impl_Source_NoOpLine.spvasm
; SPIR-V
; Version: 1.0
; Generator: Khronos SPIR-V Tools Assembler; 0
; Bound: 61
; Schema: 0
OpCapability Shader
OpMemoryModel Logical Simple
OpEntryPoint GLCompute %2 "main"
OpExecutionMode %2 LocalSize 1 1 1
%void = OpTypeVoid
%4 = OpTypeFunction %void
%uint = OpTypeInt 32 0
%60 = OpConstantNull %uint
%2 = OpFunction %void None %4
%1 = OpLabel
OpReturn
OpFunctionEnd