| ; Test: SpvParserTestMiscInstruction_OpUndef_BeforeFunction_Vector.spvasm |
| ; Generator: Khronos SPIR-V Tools Assembler; 0 |
| OpMemoryModel Logical Simple |
| OpEntryPoint Fragment %100 "main" |
| OpExecutionMode %100 OriginUpperLeft |
| %6 = OpTypeFunction %void |
| %v2bool = OpTypeVector %bool 2 |
| %v2uint = OpTypeVector %uint 2 |
| %v2int = OpTypeVector %int 2 |
| %v2float = OpTypeVector %float 2 |
| %100 = OpFunction %void None %6 |
| %14 = OpCopyObject %v2bool %4 |
| %11 = OpCopyObject %v2uint %1 |
| %12 = OpCopyObject %v2int %2 |
| %13 = OpCopyObject %v2float %3 |