aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2005-12-21-ZeroInitVector.ll
blob: fdc2ba6f7995815b1027e9caabec2265bc0d9aaf (plain)
1
2
3
4
5
; RUN: llvm-as < %s > /dev/null

< 4 x int> %foo() {
  ret <4 x int> zeroinitializer
}