| ; Test: Samples_SpvModuleScopeVarParserTest_ComputeBuiltin_Load_CopyObject_0.spvasm |
| ; Generator: Khronos SPIR-V Tools Assembler; 0 |
| OpMemoryModel Logical Simple |
| OpEntryPoint GLCompute %3 "main" %gl_LocalInvocationIndex |
| OpExecutionMode %3 LocalSize 1 1 1 |
| OpDecorate %gl_LocalInvocationIndex BuiltIn LocalInvocationIndex |
| %5 = OpTypeFunction %void |
| %v3uint = OpTypeVector %uint 3 |
| %v3int = OpTypeVector %int 3 |
| %_ptr_Input_uint = OpTypePointer Input %uint |
| %gl_LocalInvocationIndex = OpVariable %_ptr_Input_uint Input |
| %3 = OpFunction %void None %5 |
| %13 = OpCopyObject %_ptr_Input_uint %gl_LocalInvocationIndex |