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
|
|
}
|