Home | History | Annotate | Download | only in Verifier
      1 ; RUN: not llvm-as < %s 2>&1 | grep "value doesn't match function result type 'void'"
      2 
      3 define void @foo() {
      4   ret i32 0
      5 }
      6