blob: 90e93335d06ce6623fc8a377afa0e31073cbd599 (
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: llvm-as < %s > Output/%s.out1.bc
; RUN: echo "%S = type { %S*, int* }" | llvm-as > Output/%s.out2.bc
; RUN: llvm-link Output/%s.out[12].bc
%S = type { %S*, opaque* }
|