mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-07 04:38:20 +00:00
New testcase to track opaque type bug
llvm-svn: 2904
This commit is contained in:
parent
3409e5418c
commit
f48dda5b90
12
test/Regression/Assembler/2002-07-14-OpaqueType.llx
Normal file
12
test/Regression/Assembler/2002-07-14-OpaqueType.llx
Normal file
@ -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…
x
Reference in New Issue
Block a user