1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/test/Assembler/2008-02-18-IntPointerCrash.ll

7 lines
121 B
LLVM
Raw Normal View History

; RUN: not llvm-as %s |& grep {integer constant must have integer type}
; PR2060
define i8* @foo() {
ret i8* 0
}