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