blob: aaef7030c5ac251be16c300e0fca14651cb9254b [file] [log] [blame]
Chris Lattner1afcace2011-07-09 17:41:24 +00001; RUN: not llvm-as < %s |& grep {value doesn't match function result type 'void'}
Nick Lewycky70c44f02008-11-15 17:50:47 +00002
3define void @foo() {
4 ret i32 0
5}