Replace all instances of dg.exp file with lit.local.cfg, since all tests are run...
[oota-llvm.git] / test / Verifier / 2008-11-15-RetVoid.ll
1 ; RUN: not llvm-as < %s |& grep {value doesn't match function result type 'void'}
2
3 define void @foo() {
4   ret i32 0
5 }