Sign in
swiftshader
/
SwiftShader.git
/
8fb6f6a129f5ed809db7ba3a8bc862dd5e7bc75d
/
.
/
third_party
/
LLVM
/
test
/
Verifier
/
2008-11-15-RetVoid.ll
blob: aaef7030c5ac251be16c300e0fca14651cb9254b [
file
]
; RUN: not llvm-as < %s |& grep {value doesn't match function result type 'void'}
define
void
@foo
()
{
ret
i32
0
}