blob: 42503fabbec9e83beb52ed34c0ba5b72dc5fc497 [file] [log] [blame]
Chandler Carruth5da53432012-07-02 18:37:59 +00001; RUN: not llvm-as < %s 2>&1 | grep "value doesn't match function result type 'void'"
Nick Lewycky967aeeb2008-11-15 17:50:47 +00002
3define void @foo() {
4 ret i32 0
5}