aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2002-07-14-OpaqueType.llx
blob: d6d5a83276aece7b0963ac9d42a7b407f4cf9e05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; Test that opaque types are preserved correctly
; RUN: as < %s | dis | as | dis
;

%Ty = type opaque

implementation

%Ty* %func() {
	ret %Ty* null
}