blob: 5a9817c1eaa8020eed875bfe2e5e5a18988fea90 [file] [log] [blame]
; RUN: llvm-as %s -o /dev/null
%T = type i32 *
define %T @test() {
ret %T null
}