Add test case for PR3154.
[oota-llvm.git] / test / CodeGen / IA64 / ret-0.ll
1 ; RUN: llvm-as < %s | llc -march=ia64
2
3 define double @test() {
4   ret double 0.0
5 }