llvm-6502/test/Verifier/2008-11-15-RetVoid.ll

6 lines
118 B
LLVM
Raw Normal View History

; RUN: not llvm-as < %s |& grep {value doesn't match function result type 'void'}
define void @foo() {
ret i32 0
}