mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-02 00:51:56 +00:00
5400cc3907
llvm-svn: 47311
7 lines
95 B
LLVM
7 lines
95 B
LLVM
; RUN: not llvm-as %s |& grep {is invalid or}
|
|
; PR2060
|
|
|
|
define i8* @foo() {
|
|
ret i8* 0
|
|
}
|