blob: 62f6da1131398f967c8124a95a695a31f83c09e9 [file] [log] [blame]
Eli Benderskyc3d5c1c2013-04-08 18:33:51 +00001; RUN: not llvm-as < %s 2>&1 | FileCheck %s
2; CHECK: value doesn't match function result type 'void'
Nick Lewycky70c44f02008-11-15 17:50:47 +00003
4define void @foo() {
5 ret i32 0
6}