llvm-6502/test/Assembler/2002-07-14-OpaqueType.llx

13 lines
153 B
Plaintext
Raw Normal View History

; Test that opaque types are preserved correctly
; RUN: as < %s | dis | as | dis
;
%Ty = type opaque
implementation
%Ty* %func() {
ret %Ty* null
}