brintos

brintos / llvm-project-archived public Read only

0
0
Text · 130 B · edcf605 Raw
8 lines · plain
1; RUN: llvm-as < %s > /dev/null2; RUN: verify-uselistorder %s3 4define <4 x i32> @foo() {5        ret <4 x i32> zeroinitializer6}7 8