blob: 614cc5721d80f71ebc8a8cc9c1a134f493eaaeab [file] [log] [blame]
Dan Gohmanf2f6ce62009-09-11 18:01:28 +00001; RUN: opt < %s -strip -S | llvm-as | llvm-dis
Duncan P. N. Exon Smith13f5c582014-08-19 21:08:27 +00002; RUN: verify-uselistorder %s
Chris Lattner413fd232009-03-01 00:03:38 +00003
4; Stripping the name from A should not break references to it.
5%A = type opaque
6@g1 = external global %A
7@g2 = global %A* @g1