1*9880d681SAndroid Build Coastguard Worker; RUN: opt < %s -strip -S | llvm-as | llvm-dis 2*9880d681SAndroid Build Coastguard Worker; RUN: verify-uselistorder %s 3*9880d681SAndroid Build Coastguard Worker 4*9880d681SAndroid Build Coastguard Worker; Stripping the name from A should not break references to it. 5*9880d681SAndroid Build Coastguard Worker%A = type opaque 6*9880d681SAndroid Build Coastguard Worker@g1 = external global %A 7*9880d681SAndroid Build Coastguard Worker@g2 = global %A* @g1 8