blob: 94529b9e24d721ae3d3e97684c35ea5d843aa6e4 [file] [log] [blame]
Dan Gohman5bb7c7c2009-09-08 22:34:10 +00001; RUN: opt %s -strip -S | llvm-as | llvm-dis
Chris Lattner2e489be2009-03-01 00:03:38 +00002
3; Stripping the name from A should not break references to it.
4%A = type opaque
5@g1 = external global %A
6@g2 = global %A* @g1