Dan Gohman | 3c7d308 | 2009-09-11 18:01:28 +0000 | [diff] [blame] | 1 | ; RUN: opt < %s -strip -S | llvm-as | llvm-dis |
Chris Lattner | 2e489be | 2009-03-01 00:03:38 +0000 | [diff] [blame] | 2 | |
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 |