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