repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[yaml2obj/obj2yaml] - Add support for .stack_sizes sections.
[llvm-complete.git]
/
test
/
Assembler
/
2008-02-18-IntPointerCrash.ll
blob
4a33c36d573168257f1b845ea056d7c36f9546c7
1
; RUN: not llvm-as %s 2>&1 | grep "integer constant must have integer type"
2
; PR2060
3
4
define i8* @foo() {
5
ret i8* 0
6
}