mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 16:33:37 +01:00
db6235e047
llvm-svn: 35415
8 lines
87 B
LLVM
8 lines
87 B
LLVM
; RUN: llvm-as %s -o /dev/null -f
|
|
|
|
%T = type i32 *
|
|
|
|
define %T @test() {
|
|
ret %T null
|
|
}
|