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

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