The variable "Value" is carefully set to Layout.getSymbolAddress,
[oota-llvm.git] / test / Verifier / 2008-11-15-RetVoid.ll
1 ; RUN: not llvm-as < %s |& grep {returns non-void in Function of void return}
2
3 define void @foo() {
4   ret i32 0
5 }