forked from OSchip/llvm-project
parent
a6b6b0c7f8
commit
8cf7777267
|
@ -0,0 +1,12 @@
|
|||
; Test that opaque types are preserved correctly
|
||||
; RUN: as < %s | dis | as | dis
|
||||
;
|
||||
|
||||
%Ty = type opaque
|
||||
|
||||
implementation
|
||||
|
||||
%Ty* %func() {
|
||||
ret %Ty* null
|
||||
}
|
||||
|
Loading…
Reference in New Issue