forked from OSchip/llvm-project
parent
062127b4d9
commit
92d2086df3
|
@ -0,0 +1,7 @@
|
|||
; RUN: echo "%T = type opaque" | as > Output/%s.2.bc
|
||||
; RUN: as < %s > Output/%s.1.bc
|
||||
; RUN: link Output/%s.[12].bc
|
||||
|
||||
%T = type opaque
|
||||
%a = constant { %T* } { %T* null }
|
||||
|
Loading…
Reference in New Issue