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 }