blob: b4de7e720f7ee97c341896f94380a4227a4ff54c [file] [log] [blame]
; Test that opaque types are preserved correctly
; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis
;
%Ty = type opaque
implementation
%Ty* %func() {
ret %Ty* null
}