blob: ea82075307948bfbcafc4002dc70134ef39a0c0c [file] [log] [blame]
Brian Gaeke4dee6d72003-08-25 17:29:40 +00001; It's a bad idea to go recursively traipsing through types without a safety
Chris Lattner8d8523b2003-08-23 21:13:26 +00002; net.
3
Tanya Lattner76806b62008-03-09 08:16:40 +00004; RUN: llvm-as < %s > %t.out1.bc
Daniel Dunbara3f89822009-09-05 12:38:35 +00005; RUN: echo "%M = type { %M*, i32* }" | llvm-as > %t.out2.bc
Reid Spenceredca80b2007-04-15 18:11:57 +00006; RUN: llvm-link %t.out1.bc %t.out2.bc
Chris Lattner8d8523b2003-08-23 21:13:26 +00007
Daniel Dunbara3f89822009-09-05 12:38:35 +00008%M = type { %M*, opaque* }
Tanya Lattner76806b62008-03-09 08:16:40 +00009