• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; RUN: not llvm-as < %s 2>&1 | grep "value doesn't match function result type 'void'"
2
3define void @foo() {
4  ret i32 0
5}
6