1; RUN: llvm-as < %s > /dev/null
2; RUN: verify-uselistorder %s
3
4define <4 x i32> @foo() {
5        ret <4 x i32> zeroinitializer
6}
7
8