aboutsummaryrefslogtreecommitdiffstats
path: root/test/Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll
blob: ac8fb08831825a7f9e1c3049978ea8cb1de6958e (plain)
1
2
3
4
5
6
7
8
; It's a bad idea to go recursively traipsing through types without a safety 
; net.

; RUN: as < %s > Output/%s.out1.bc
; RUN: echo "%S = type { %S*, int* }" | as > Output/%s.out2.bc
; RUN: link Output/%s.out[12].bc

%S = type { %S*, opaque* }