blob: d3a692c60c9e64e8f86c360a62429ee9093578cb [file] [log] [blame]
Tanya Lattnerfc984402008-02-16 23:27:24 +00001; RUN: llvm-as < %s > /dev/null
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002
Tanya Lattnerfc984402008-02-16 23:27:24 +00003define <4 x i32> @foo() {
4 ret <4 x i32> zeroinitializer
Dan Gohmanf17a25c2007-07-18 16:29:46 +00005}
Tanya Lattnerfc984402008-02-16 23:27:24 +00006